X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=editmsg.c;h=3e2bd0f72812ecd9044b8cd58150253ebd3f4f4f;hp=a11a5e4b843b84bba1bd80c947ec5e93e88d24e8;hb=1dc7032b59cc5b91d70076ed228bda8caf65a7f3;hpb=a264c7bd834b6a72c90e9f672a2e0fdb06c18083 diff --git a/editmsg.c b/editmsg.c index a11a5e4..3e2bd0f 100644 --- a/editmsg.c +++ b/editmsg.c @@ -13,11 +13,12 @@ # include "config.h" #endif +#include + #include "mutt.h" #include "copy.h" #include "mx.h" -#include "lib/intl.h" #include "lib/str.h" #include @@ -95,7 +96,7 @@ static int edit_one_message (CONTEXT * ctx, HEADER * cur) * remove it, the message will grow by one line each time the user edits * the message. */ - if (sb.st_size != 0 && truncate (tmp, sb.st_size - 1) == -1) { + if (size != 0 && truncate (tmp, --size) == -1) { mutt_error (_("could not truncate temporary mail folder: %s"), strerror (errno)); goto bail;