X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6bc64765f773ce75454ec1592a86779e3547fe46..0e7daaa2daf6c668c8c6feb9da3c9a6639fa4e7e:/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); }