X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-mime%2Frfc2231.c;h=1d53c8e38e86bec8530b90fbb32f04ffe57ba0aa;hb=93b012884de4ca5e1f2550f767d0b8680b9c0e9f;hp=3f194066025a5d8884592f7b59b43f136f3708c4;hpb=c660c8cbae7f647c637502779862e4a36ad6a074;p=apps%2Fmadmutt.git diff --git a/lib-mime/rfc2231.c b/lib-mime/rfc2231.c index 3f19406..1d53c8e 100644 --- a/lib-mime/rfc2231.c +++ b/lib-mime/rfc2231.c @@ -47,7 +47,6 @@ #include #include "charset.h" -#include "rfc2047.h" typedef struct rfc2231_param { struct rfc2231_param *next; @@ -307,7 +306,7 @@ int rfc2231_encode_string(char **s) char *charset = NULL; char *e, *p, *t, *d = NULL; int escapes = 0; - size_t dlen = 0; + ssize_t dlen = 0; /* * A shortcut to detect pure 7bit data.