X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4bd22a06b574acbafff8e6bd9bde5fd6bb048946..3dee7d930cb47c5aa4c8cb0d4707debd213fefb1:/uip/whatnowsbr.c diff --git a/uip/whatnowsbr.c b/uip/whatnowsbr.c index d8862dc9..303f1b86 100644 --- a/uip/whatnowsbr.c +++ b/uip/whatnowsbr.c @@ -233,9 +233,9 @@ WhatNow (int argc, char **argv) snprintf (prompt, sizeof(prompt), myprompt, invo_name); for (;;) { #ifdef READLINE_SUPPORT - if (!(argp = getans_via_readline (prompt, aleqs))) { + if (!(argp = read_switch_multiword_via_readline (prompt, aleqs))) { #else /* ! READLINE_SUPPORT */ - if (!(argp = getans (prompt, aleqs))) { + if (!(argp = read_switch_multiword (prompt, aleqs))) { #endif /* READLINE_SUPPORT */ (void) m_unlink (LINK); done (1); @@ -1287,7 +1287,7 @@ removefile (char *drft) /* - * Return 1 if we already have a MIME-Verson header, 0 otherwise. + * Return 1 if we already have a MIME-Version header, 0 otherwise. */ static int