]> diplodocus.org Git - nmh/blobdiff - uip/viamail.c
The base64-decoder doesn't work on 64-bit big-endian architectures:
[nmh] / uip / viamail.c
index 12412c74709f3c383fdced8bc857927c8f55b7cc..6e47ea53ea12f2c1d91294dd7d981cc237446208 100644 (file)
@@ -91,10 +91,10 @@ main (int argc, char **argv)
            case HELPSW: 
                snprintf (buf, sizeof(buf), "%s [switches]", invo_name);
                print_help (buf, switches, 1);
-               done (1);
+               done (0);
            case VERSIONSW:
                print_version(invo_name);
-               done (1);
+               done (0);
     
            case TOSW:
                if (!(f1 = *argp++))