mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
fixed the printf formatting after I changed the type of 'excess'
This commit is contained in:
parent
4dcd606b47
commit
ca48b6bf35
@ -1179,7 +1179,7 @@ CURLcode Curl_readwrite(struct connectdata *conn,
|
||||
size_t excess = k->bytecount + nread - k->maxdownload;
|
||||
if (excess > 0 && !k->ignorebody) {
|
||||
infof(data,
|
||||
"Rewinding stream by : %" FORMAT_OFF_T
|
||||
"Rewinding stream by : %d"
|
||||
" bytes on url %s (size = %" FORMAT_OFF_T
|
||||
", maxdownload = %" FORMAT_OFF_T
|
||||
", bytecount = %" FORMAT_OFF_T ", nread = %d)\n",
|
||||
|
Loading…
Reference in New Issue
Block a user