X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=edit.c;h=893b495138af8fa77ee750181d5fa3bc3b26c691;hp=ff581b0caf1057adf7805b5e2ffa0d3fa277a713;hb=c25bc063f35aaad6938c2022dae7a283346c2769;hpb=4eaac5c4a87b84ea9ec0668b4e088ac27e2d1106 diff --git a/edit.c b/edit.c index ff581b0..893b495 100644 --- a/edit.c +++ b/edit.c @@ -403,7 +403,7 @@ int mutt_builtin_editor (const char *path, HEADER * msg, HEADER * cur) case 'e': case 'v': if (be_barf_file (path, buf, buflen) == 0) { - char *tag, *err; + const char *tag, *err; be_free_memory (buf, buflen); buf = NULL;