X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/630af73cbbf6d7a883bb3011937ad5e87508d18b..baecaa2380db6164c1992fdffccca8ea9a61d5ba:/uip/inc.c?ds=sidebyside 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); }