aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-http-stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-http-stream.c')
-rw-r--r--camel/camel-http-stream.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/camel-http-stream.c b/camel/camel-http-stream.c
index 5c226cd26c..9d4c62709a 100644
--- a/camel/camel-http-stream.c
+++ b/camel/camel-http-stream.c
@@ -254,7 +254,8 @@ http_get_headers (CamelHttpStream *http)
struct _header_raw *headers, *node, *tail;
const char *type;
char *buf;
- int len, err;
+ size_t len;
+ int err;
if (http->parser)
camel_object_unref (CAMEL_OBJECT (http->parser));