mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
ws: use %Ou for outputting curl_off_t with info()
Reported-by: Mike Duglas Fixes #10439 Closes #10441
This commit is contained in:
parent
b4b6e4f1fa
commit
da8e97b5d0
2
lib/ws.c
2
lib/ws.c
@ -296,7 +296,7 @@ static CURLcode ws_decode(struct Curl_easy *data,
|
||||
*oleft = 0; /* bytes yet to come (for this frame) */
|
||||
}
|
||||
|
||||
infof(data, "WS: received %zu bytes payload (%zu left, buflen was %zu)",
|
||||
infof(data, "WS: received %Ou bytes payload (%Ou left, buflen was %zu)",
|
||||
payloadsize, *oleft, inlen);
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user