aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-12-07 15:33:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-12-07 15:33:06 +0000
commitca48b6bf35d4054240748f8e95a40b835c99f1f6 (patch)
treeae57dabcad8348dd4726ba124ff94bc933e95303 /lib
parent4dcd606b47b3c9aa47457fd28eddfc2ba4a0b7dc (diff)
fixed the printf formatting after I changed the type of 'excess'
Diffstat (limited to 'lib')
-rw-r--r--lib/transfer.c2
1 files changed, 1 insertions, 1 deletions
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",