X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=edit.c;h=893b495138af8fa77ee750181d5fa3bc3b26c691;hp=966d1be6e012ae08922e27b8acaf304dd896d7c2;hb=c25bc063f35aaad6938c2022dae7a283346c2769;hpb=ef7b80006ebb47372d69c64e8b2b2f0764333d55 diff --git a/edit.c b/edit.c index 966d1be..893b495 100644 --- a/edit.c +++ b/edit.c @@ -35,7 +35,7 @@ * SLcurses_waddnstr() can't take a "const char *", so this is only * declared "static" (sigh) */ -static char *EditorHelp = N_("\ +static const char *EditorHelp = N_("\ ~~ insert a line begining with a single ~\n\ ~b users add users to the Bcc: field\n\ ~c users add users to the Cc: field\n\ @@ -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;