From b70de5aa7840e8b43c9c5bdbeb0146ec1d5ea1a0 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 14 Dec 2005 09:43:31 +0000 Subject: Added parameter to apply_lines to indicate what we want to apply git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2391 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/message.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/message.cpp') diff --git a/src/message.cpp b/src/message.cpp index 8adf50793..ce51f8c87 100644 --- a/src/message.cpp +++ b/src/message.cpp @@ -104,7 +104,7 @@ void tidystring(char* str) while (go_again) { bool noparse = false; - unsigned int t = 0, a = 0; + int t = 0, a = 0; go_again = false; const int lenofstr = strlen(str); -- cgit v1.2.3