X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/630af73cbbf6d7a883bb3011937ad5e87508d18b..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); }