mirror of
https://github.com/curl/curl.git
synced 2026-06-16 14:35:38 +03:00
fixes
This commit is contained in:
parent
23cf587c2f
commit
dd1035f935
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue