From ca48b6bf35d4054240748f8e95a40b835c99f1f6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 7 Dec 2006 15:33:06 +0000 Subject: fixed the printf formatting after I changed the type of 'excess' --- lib/transfer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3