mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 09:49:14 +00:00
BACKENDS: CURL: Fix -Wformat warning
This commit is contained in:
parent
ae2b3181f3
commit
4c83c15a11
@ -159,7 +159,7 @@ size_t CurlSocket::recv(void *data, int maxLen) {
|
||||
return nread;
|
||||
}
|
||||
|
||||
debug(1, "libcurl: Received %lu bytes", (uint64)nread);
|
||||
debug(1, "libcurl: Received %llu bytes", (unsigned long long)nread);
|
||||
return nread;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user