X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2Frfc2231.c;h=1d53c8e38e86bec8530b90fbb32f04ffe57ba0aa;hp=3f194066025a5d8884592f7b59b43f136f3708c4;hb=b934795055e8c16e6cb7c9687a4dce815cb300e6;hpb=c660c8cbae7f647c637502779862e4a36ad6a074 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.