Fix compiling on 32bit linux

--HG--
branch : develop
This commit is contained in:
Nimetu 2015-04-22 13:44:21 +03:00
parent c58e10f173
commit 11ca61be54

View file

@ -449,7 +449,7 @@ namespace NLGUI
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
{