]> diplodocus.org Git - nmh/blobdiff - uip/mhcachesbr.c
Alter HasSuffixC()'s char * to be const.
[nmh] / uip / mhcachesbr.c
index ae563c2fdf1118db5e38fe8abecf8297fdf99ecc..7afbadd5bc48d7b709b660f007a0a4841cdfeeaf 100644 (file)
@@ -258,7 +258,7 @@ got_it:
        snprintf (bp, buflen, "\n    in file %s? ", buffer);
 
        /* Now, check answer */
-       if (!getanswer (query))
+       if (!read_yes_or_no_if_tty (query))
            status = NOTOK;
     }