ws: use %Ou for outputting curl_off_t with info()
Reported-by: Mike Duglas Fixes #10439 Closes #10441
This commit is contained in:
Родитель
b4b6e4f1fa
Коммит
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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче