aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-part.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-mime-part.c')
-rw-r--r--camel/camel-mime-part.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-mime-part.c b/camel/camel-mime-part.c
index 78cdb9c6b7..f049eb92bb 100644
--- a/camel/camel-mime-part.c
+++ b/camel/camel-mime-part.c
@@ -760,7 +760,7 @@ construct_from_parser(CamelMimePart *dw, CamelMimeParser *mp)
struct _header_raw *headers;
const char *content;
char *buf;
- int len;
+ size_t len;
int err;
d(printf("mime_part::construct_from_parser()\n"));