X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhshow.c;h=0b49b7e887273c10a7c7def006d5b2fa3c430b96;hb=10e03b3fba3e01052baf92c963c46a2a5529b4e0;hp=1ee5c82f5198a0f34a5276d99b23ef1195a8c519;hpb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;p=mmh diff --git a/uip/mhshow.c b/uip/mhshow.c index 1ee5c82..0b49b7e 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -20,7 +20,7 @@ static struct swit switches[] = { #define VERBSW 0 { "verbose", 0 }, #define NVERBSW 1 - { "noverbose", 0 }, + { "noverbose", 2 }, #define FILESW 2 /* interface from show */ { "file file", 0 }, #define FORMSW 3 @@ -100,9 +100,7 @@ main(int argc, char **argv) done=freects_done; -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); if (mh_strcasecmp(invo_name, "next")==0) { mode = NEXT;