]> diplodocus.org Git - nmh/blobdiff - uip/mhtest.c
Expanded warning message for invalid Content-Transfer-Encoding.
[nmh] / uip / mhtest.c
index e5c4545dcea710bea5e890c2a75f773644b57526..fda60f7764d500ee4bced9c0105980febda03e5b 100644 (file)
@@ -55,8 +55,6 @@ static struct swit switches[] = {
 };
 
 
-int ebcdicsw = 0;      /* hack for linking purposes */
-
 /* mhparse.c */
 extern char *tmp;      /* directory to place temp files */
 
@@ -147,10 +145,10 @@ main (int argc, char **argv)
                snprintf (buf, sizeof(buf), "%s [+folder] [msgs] [switches]",
                        invo_name);
                print_help (buf, switches, 1);
-               done (1);
+               done (0);
            case VERSIONSW:
                print_version(invo_name);
-               done (1);
+               done (0);
 
            case RCACHESW:
                icachesw = &rcachesw;
@@ -232,8 +230,6 @@ do_cache:
     parts[npart] = NULL;
     types[ntype] = NULL;
 
-    set_endian ();
-
     if (outfile == NULL)
        adios (NULL, "must specify output file");