X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fcurs_lib.c;h=66ffbb477652ff526715df10d8e26fb1b5a88ab0;hp=571f2857120ed41071642373deba002c9cc689fd;hb=892df7e70376da43374d834b8a825ea2d59efd06;hpb=cc707c1e986b60f2c1c1932d0789038d465a7a59 diff --git a/lib-ui/curs_lib.c b/lib-ui/curs_lib.c index 571f285..66ffbb4 100644 --- a/lib-ui/curs_lib.c +++ b/lib-ui/curs_lib.c @@ -144,7 +144,7 @@ void mutt_edit_file(const char *data) char cmd[LONG_STRING]; mutt_endwin (NULL); - m_quotefile_fmt(cmd, sizeof (cmd), ml_core.editor, data); + m_quotefile_fmt(cmd, sizeof (cmd), MCore.editor, data); if (mutt_system (cmd) == -1) mutt_error (_("Error running \"%s\"!"), cmd); keypad (stdscr, TRUE);