Fix compiling on 32bit linux

This commit is contained in:
Nimetu 2015-04-22 13:44:21 +03:00
parent 7966725977
commit 1ae44aecdd

View file

@ -449,7 +449,7 @@ namespace NLGUI
if ( (code < 200 || code >= 300) ) if ( (code < 200 || code >= 300) )
{ {
browseError(string("Connection failed (curl code " + toString((sint32)res) + "), http code " + toString(code) + ") : " + _CurlWWW->Url).c_str()); browseError(string("Connection failed (curl code " + toString((sint32)res) + "), http code " + toString((sint32)code) + ") : " + _CurlWWW->Url).c_str());
} }
else else
{ {