]> diplodocus.org Git - nmh/blobdiff - uip/rcvtty.c
Added check of a header with name that's 998 bytes long to
[nmh] / uip / rcvtty.c
index 63a97b9a9294a4a6b40ed95fc89c8eaf16a2b9bd..29f2dd9d639845cbdfaef1d1ece030ede7e43299 100644 (file)
@@ -109,10 +109,10 @@ main (int argc, char **argv)
                case HELPSW: 
                    snprintf (buf, sizeof(buf), "%s [command ...]", invo_name);
                    print_help (buf, switches, 1);
                case HELPSW: 
                    snprintf (buf, sizeof(buf), "%s [command ...]", invo_name);
                    print_help (buf, switches, 1);
-                   done (1);
+                   done (0);
                case VERSIONSW:
                    print_version(invo_name);
                case VERSIONSW:
                    print_version(invo_name);
-                   done (1);
+                   done (0);
 
                case BIFFSW:
                    biff = 1;
 
                case BIFFSW:
                    biff = 1;