summaryrefslogtreecommitdiff
path: root/src/message.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/message.cpp')
-rw-r--r--src/message.cpp2
1 files changed, 1 insertions, 1 deletions
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);