summaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r--src/command_parse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp
index 0c3f29a25..d63e3938f 100644
--- a/src/command_parse.cpp
+++ b/src/command_parse.cpp
@@ -219,7 +219,7 @@ CmdResult CommandParser::CallHandler(const std::string &commandname,const char**
void CommandParser::DoLines(User* current, bool one_only)
{
// while there are complete lines to process...
- int floodlines = 0;
+ unsigned int floodlines = 0;
while (current->BufferIsReady())
{