mutt_enter_string wasn't used anymore.
[apps/madmutt.git] / lib-ui / curs_lib.c
index 9236788..891e20f 100644 (file)
@@ -74,7 +74,7 @@ int _mutt_get_field ( const char *field, char *buf, ssize_t buflen,
     waddstr (stdscr, field);
     mutt_refresh ();
     getyx (stdscr, y, x);
-    ret = _mutt_enter_string(buf, buflen, y, x, complete, multiple, files,
+    ret = mutt_enter_string(buf, buflen, y, x, complete, multiple, files,
                              numfiles, es);
   } while (ret == 1);
   CLEARLINE(stdscr, LINES - 1);