mirror of https://github.com/axmolengine/axmol.git
Revert to `long` for library usage
This commit is contained in:
parent
5c61f42990
commit
fcaaa9a135
|
@ -581,7 +581,7 @@ private:
|
|||
|
||||
if (runningHandles) {
|
||||
// get timeout setting from multi-handle
|
||||
int32_t timeoutMS = -1;
|
||||
long timeoutMS = -1;
|
||||
curl_multi_timeout(curlmHandle, &timeoutMS);
|
||||
|
||||
if (timeoutMS < 0) {
|
||||
|
|
Loading…
Reference in New Issue