X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/df6971a59e8d01dcfe605bbac949b7d4b3ab0a92..8139180649a758e0766757952e87b20e88fdd3ed:/uip/mhtest.c diff --git a/uip/mhtest.c b/uip/mhtest.c index e5c4545d..cbaefd33 100644 --- a/uip/mhtest.c +++ b/uip/mhtest.c @@ -147,10 +147,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 +232,6 @@ do_cache: parts[npart] = NULL; types[ntype] = NULL; - set_endian (); - if (outfile == NULL) adios (NULL, "must specify output file");