]> diplodocus.org Git - nmh/blobdiff - uip/inc.c
Attempt to decode base64-encoded strings in -snoop traffic.
[nmh] / uip / inc.c
index f1bafd905252713c83fcf67ae8fae3ec17bbb821..78914533137bf686949dc9817e590ce08ba70403 100644 (file)
--- 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);
            }