mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:41:41 +03:00
fixes
This commit is contained in:
parent
b8980800ae
commit
08045e6aa5
1 changed files with 1 additions and 1 deletions
|
|
@ -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?*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue