mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
imap: Fixed line length warning
This commit is contained in:
parent
60bd22620a
commit
34365e4b03
@ -1494,7 +1494,8 @@ static CURLcode imap_state_fetch_resp(struct connectdata *conn, int imapcode,
|
||||
}
|
||||
|
||||
if(parsed) {
|
||||
infof(data, "Found %" CURL_FORMAT_CURL_OFF_TU " bytes to download\n", size);
|
||||
infof(data, "Found %" CURL_FORMAT_CURL_OFF_TU " bytes to download\n",
|
||||
size);
|
||||
Curl_pgrsSetDownloadSize(data, size);
|
||||
|
||||
if(pp->cache) {
|
||||
|
Loading…
Reference in New Issue
Block a user