X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4bd22a06b574acbafff8e6bd9bde5fd6bb048946..f345b9b480296b4b6a8469d6221752893c5d1420:/uip/send.c diff --git a/uip/send.c b/uip/send.c index 26ef89a8..f4c49106 100644 --- a/uip/send.c +++ b/uip/send.c @@ -301,7 +301,7 @@ main (int argc, char **argv) adios (msgs[0], "unable to stat draft file"); cp = concat ("Use \"", msgs[0], "\"? ", NULL); for (status = LISTDSW; status != YESW;) { - if (!(argp = getans (cp, anyl))) + if (!(argp = read_switch_multiword (cp, anyl))) done (1); switch (status = smatch (*argp, anyl)) { case NOSW: