X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/961d5bf9387fcaa225caa2bc72c71d8bc8d64849..840b3f0e45a43b8378e88c66f004b2f186662e35:/uip/whatnowsbr.c diff --git a/uip/whatnowsbr.c b/uip/whatnowsbr.c index d8862dc9..62320f94 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);