aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index b8bb9d8cf..2bfcb1762 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -583,7 +583,7 @@ static CURLcode readwrite_data(struct SessionHandle *data,
failf(data, "Failed writing data");
return CURLE_WRITE_ERROR;
}
- failf(data, "Received problem %d in the chunky parser", res);
+ failf(data, "Received problem %d in the chunky parser", (int)res);
return CURLE_RECV_ERROR;
}
else if(CHUNKE_STOP == res) {