X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/dc28e9494cfcba39ae69d1fa441500a32b49416e..baecaa2380db6164c1992fdffccca8ea9a61d5ba:/uip/mhstoresbr.c diff --git a/uip/mhstoresbr.c b/uip/mhstoresbr.c index 62b2f4af..62a5ba43 100644 --- a/uip/mhstoresbr.c +++ b/uip/mhstoresbr.c @@ -1285,7 +1285,7 @@ clobber_check (char *original_file, mhstoreinfo_t info) { if (isatty (fileno (stdin))) { char *prompt = concat ("Overwrite \"", file, "\" [y/n/rename]? ", NULL); - ans = getans (prompt, answer); + ans = read_switch_multiword (prompt, answer); free (prompt); } else { /* Overwrite, that's what nmh used to do. And warn. */