X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f71730972165095ceac691c997d55b4c05e99de2..3dee7d930cb47c5aa4c8cb0d4707debd213fefb1:/uip/inc.c diff --git a/uip/inc.c b/uip/inc.c index 7d128420..41e785ff 100644 --- a/uip/inc.c +++ b/uip/inc.c @@ -584,7 +584,7 @@ go_to_it: if (errno != ENOENT) adios (packfile, "error on file"); cp = concat ("Create file \"", packfile, "\"? ", NULL); - if (noisy && !getanswer (cp)) + if (noisy && !read_yes_or_no_if_tty (cp)) done (1); free (cp); }