X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/905a55aa51624a993b54ebeee399cba2a32bcae6..022edbcac03f1d0baada6b3464de70e0545eae26:/sbr/context_read.c?ds=inline diff --git a/sbr/context_read.c b/sbr/context_read.c index 80340688..de14b0d5 100644 --- a/sbr/context_read.c +++ b/sbr/context_read.c @@ -107,7 +107,7 @@ context_read (void) cp = concat ("Your MH-directory \"", nd, "\" doesn't exist; Create it? ", NULL); - if (!getanswer(cp)) + if (!read_yes_or_no_if_tty(cp)) adios (NULL, "unable to access MH-directory \"%s\"", nd); free (cp);