From: Daniel Stenberg Date: Thu, 7 Dec 2006 15:33:06 +0000 (+0000) Subject: fixed the printf formatting after I changed the type of 'excess' X-Git-Tag: curl-7_16_1~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca48b6bf35d4054240748f8e95a40b835c99f1f6;p=curl fixed the printf formatting after I changed the type of 'excess' --- diff --git a/lib/transfer.c b/lib/transfer.c index da770ca8a..4a37244f1 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -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",