X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/aaf70a50e13231ba06df17d79147ac0d7fed6d91..cd53031b83b4ee584378c581ed50fa7fb12b9e4e:/uip/inc.c diff --git a/uip/inc.c b/uip/inc.c index f1bafd90..78914533 100644 --- a/uip/inc.c +++ b/uip/inc.c @@ -605,7 +605,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); }