]> diplodocus.org Git - nmh/blobdiff - uip/mhcachesbr.c
Alter HasSuffixC()'s char * to be const.
[nmh] / uip / mhcachesbr.c
index 201b78e1bae57c557d36157c6b162d185275c597..7afbadd5bc48d7b709b660f007a0a4841cdfeeaf 100644 (file)
@@ -9,7 +9,6 @@
 
 #include <h/mh.h>
 #include <fcntl.h>
-#include <h/signals.h>
 #include <h/md5.h>
 #include <h/mts.h>
 #include <h/tws.h>
@@ -259,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;
     }