]> diplodocus.org Git - nmh/blobdiff - uip/mhstoresbr.c
Added test-msg-buffer-boundaries.
[nmh] / uip / mhstoresbr.c
index bcb95eac9426808c02c4e612db599fcd0ca8d22e..b978dbfb3c304f7c262dc4f50aa9f6c9b9c7a4f4 100644 (file)
@@ -177,7 +177,7 @@ store_switch (CT ct)
 
 /*
  * Generic routine to store a MIME content.
- * (audio, video, image, text, message/rfc922)
+ * (audio, video, image, text, message/rfc822)
  */
 
 static int
@@ -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))) {