ws: use %Ou for outputting curl_off_t with info()

Reported-by: Mike Duglas
Fixes #10439
Closes #10441
This commit is contained in:
Daniel Stenberg 2023-02-08 08:39:08 +01:00
parent b4b6e4f1fa
commit da8e97b5d0
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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;
}