X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fap.c;h=c293a5325b794048a0941888e6807b87977ce1d6;hb=10e03b3fba3e01052baf92c963c46a2a5529b4e0;hp=3bb2bf0b606b8897ce22cf021ec18937a71510ca;hpb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;p=mmh diff --git a/uip/ap.c b/uip/ap.c index 3bb2bf0..c293a53 100644 --- a/uip/ap.c +++ b/uip/ap.c @@ -20,7 +20,7 @@ static struct swit switches[] = { #define NORMSW 1 { "normalize", 0 }, #define NNORMSW 2 - { "nonormalize", 0 }, + { "nonormalize", 2 }, #define VERSIONSW 3 { "Version", 0 }, #define HELPSW 4 @@ -47,9 +47,7 @@ main(int argc, char **argv) char buf[BUFSIZ], **argp; char **arguments, *addrs[NADDRS]; -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); /* read user profile/context */