X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/df6971a59e8d01dcfe605bbac949b7d4b3ab0a92..96c3d2a022acb59cc2559cd49488da476ee8a3b1:/uip/mhtest.c?ds=sidebyside diff --git a/uip/mhtest.c b/uip/mhtest.c index e5c4545d..fda60f77 100644 --- a/uip/mhtest.c +++ b/uip/mhtest.c @@ -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");