X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhtest.c;h=cbaefd33f9eedb5b43feefcb432fadd77a7ef3d0;hb=80bf776d0a4587c477bb8a248b9dbe1a31e74575;hp=e5c4545dcea710bea5e890c2a75f773644b57526;hpb=df6971a59e8d01dcfe605bbac949b7d4b3ab0a92;p=mmh diff --git a/uip/mhtest.c b/uip/mhtest.c index e5c4545..cbaefd3 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");