X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fcomp.c;h=4768fc4a3d1281a48f93f65ddfb45e32bad9c547;hb=a546ac5c47c1053b3d03cc686d1c900f601ea237;hp=1c45a982d0743a48fb71056fd2aa6807e95e3286;hpb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;p=mmh diff --git a/uip/comp.c b/uip/comp.c index 1c45a98..4768fc4 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -18,7 +18,7 @@ static struct swit switches[] = { #define USESW 2 { "use", 0 }, #define NUSESW 3 - { "nouse", 0 }, + { "nouse", 2 }, #define WHATSW 4 { "whatnowproc program", 0 }, #define VERSIONSW 5 @@ -41,10 +41,7 @@ main(int argc, char **argv) struct msgs *mp = NULL; char *fmtstr; - -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); /* read user profile/context */