X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6bc64765f773ce75454ec1592a86779e3547fe46..54bb586a278eb3e87f7a9b9d405cbc40dc2f9e34:/uip/packf.c diff --git a/uip/packf.c b/uip/packf.c index 30f0f484..d8e037db 100644 --- a/uip/packf.c +++ b/uip/packf.c @@ -111,7 +111,7 @@ main (int argc, char **argv) if (errno != ENOENT) adios (file, "error on file"); cp = concat ("Create file \"", file, "\"? ", NULL); - if (!getanswer (cp)) + if (!read_yes_or_no_if_tty (cp)) done (1); free (cp); }