This commit is contained in:
Viktor Szakats 2026-03-09 01:08:28 +01:00
parent b8980800ae
commit 08045e6aa5
No known key found for this signature in database

View file

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