X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=editmsg.c;h=123ce7ebcafb7fc94466bff96c1927798737ca77;hb=230399f9632c37b66c1c117a17e8327eae6b3235;hp=cb6616f4c8d32f99664a155877e7a22ed62d14d1;hpb=ae0ce4dfcafa0c3820f107c5bfa8bd06e5272b57;p=apps%2Fmadmutt.git diff --git a/editmsg.c b/editmsg.c index cb6616f..123ce7e 100644 --- a/editmsg.c +++ b/editmsg.c @@ -13,9 +13,7 @@ # include "config.h" #endif -#include -#include -#include +#include #include "mutt.h" #include "copy.h" @@ -55,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);