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