X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-ui%2Fcurs_lib.c;h=936edda6ecfbbef089fd091d60155f6c3606d3c3;hb=9d1d3eb0666af7f3f3551579601920f1bced8407;hp=aa029ed082cf2b6125f8aa62980d401b53f1b68a;hpb=785bb3cb4dd83ec1071998a64af74e333d076347;p=apps%2Fmadmutt.git diff --git a/lib-ui/curs_lib.c b/lib-ui/curs_lib.c index aa029ed..936edda 100644 --- a/lib-ui/curs_lib.c +++ b/lib-ui/curs_lib.c @@ -142,7 +142,7 @@ void mutt_edit_file(const char *data) char cmd[LONG_STRING]; mutt_endwin (NULL); - m_quotefile_fmt(cmd, sizeof (cmd), MCore.editor, data); + m_quotefile_fmt(cmd, sizeof (cmd), mod_core.editor, data); if (mutt_system (cmd) == -1) mutt_error (_("Error running \"%s\"!"), cmd); keypad (stdscr, TRUE);