X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=editmsg.c;h=123ce7ebcafb7fc94466bff96c1927798737ca77;hp=347b6ae7f38e4d7d7aa56bee1ac6d031855b138d;hb=230399f9632c37b66c1c117a17e8327eae6b3235;hpb=7f7a0be369840b290248e5b0302beb447fa1b3cd diff --git a/editmsg.c b/editmsg.c index 347b6ae..123ce7e 100644 --- a/editmsg.c +++ b/editmsg.c @@ -13,8 +13,7 @@ # include "config.h" #endif -#include -#include +#include #include "mutt.h" #include "copy.h" @@ -54,7 +53,7 @@ static int edit_one_message (CONTEXT * ctx, HEADER * cur) struct stat sb; time_t mtime = 0; - size_t size = 0; + ssize_t size = 0; mutt_mktemp (tmp);