This commit is contained in:
Viktor Szakats 2026-03-09 01:05:42 +01:00
parent 23cf587c2f
commit dd1035f935
No known key found for this signature in database

View file

@ -1453,7 +1453,7 @@ static CURLcode imap_state_fetch_resp(struct Curl_easy *data,
return result;
infof(data, "Written %zu bytes, %" FMT_OFF_TU
" bytes are left for transfer", chunk, size - chunk);
" bytes are left for transfer", chunk, (curl_off_t)(size - chunk));
/* Have we used the entire overflow or part of it?*/
if(pp->overflow > chunk) {