]> diplodocus.org Git - nmh/blobdiff - uip/mhstoresbr.c
Added test-msg-buffer-boundaries.
[nmh] / uip / mhstoresbr.c
index ca03bda8677dd4e62da40e4399d8de2fc4420efb..b978dbfb3c304f7c262dc4f50aa9f6c9b9c7a4f4 100644 (file)
@@ -1228,7 +1228,7 @@ clobber_check (char *original_file) {
         if (stat (file, &st) == OK) {
           enum answers { NMH_YES, NMH_NO, NMH_RENAME };
           static struct swit answer[4] = {
-            { "yes", 0 }, { "no", 0 }, { "rename", 0 }, { NULL, 0 } };
+            { "yes", 0, NMH_YES }, { "no", 0, NMH_NO }, { "rename", 0, NMH_RENAME }, { NULL, 0, 0 } };
           char **ans;
 
           if (isatty (fileno (stdin))) {