summaryrefslogtreecommitdiff
path: root/src/net/tmwa/chathandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-09 17:52:58 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-09 17:52:58 +0300
commit2fc2ae36225bbf7279e5093e236f2c16a674285d (patch)
tree021c0079ac65029446caccb4f2d9432427c4ce35 /src/net/tmwa/chathandler.cpp
parent6b60e9b14ff3cadcf12e0f487eb7b389fa9c81e4 (diff)
downloadplus-2fc2ae36225bbf7279e5093e236f2c16a674285d.tar.gz
plus-2fc2ae36225bbf7279e5093e236f2c16a674285d.tar.bz2
plus-2fc2ae36225bbf7279e5093e236f2c16a674285d.tar.xz
plus-2fc2ae36225bbf7279e5093e236f2c16a674285d.zip
Fix compilation warnings.
Diffstat (limited to 'src/net/tmwa/chathandler.cpp')
-rw-r--r--src/net/tmwa/chathandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/chathandler.cpp b/src/net/tmwa/chathandler.cpp
index 895468b4b..197661d08 100644
--- a/src/net/tmwa/chathandler.cpp
+++ b/src/net/tmwa/chathandler.cpp
@@ -207,7 +207,7 @@ void ChatHandler::processRaw(MessageOut &restrict outMsg,
if (line.size() < 2)
return;
- int i = parseNumber(line.substr(1));
+ const uint32_t i = parseNumber(line.substr(1));
switch (tolower(line[0]))
{
case 'b':