X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fdist.c;h=c1f4f9d3cb86b621a42d5897d4d1555c7f854c9b;hb=10e03b3fba3e01052baf92c963c46a2a5529b4e0;hp=3db8cfc068c54bf46b2bbaee6060ed23736ba5fa;hpb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;p=mmh diff --git a/uip/dist.c b/uip/dist.c index 3db8cfc..c1f4f9d 100644 --- a/uip/dist.c +++ b/uip/dist.c @@ -14,7 +14,7 @@ static struct swit switches[] = { #define ANNOSW 0 { "annotate", 0 }, #define NANNOSW 1 - { "noannotate", 0 }, + { "noannotate", 2 }, #define EDITRSW 2 { "editor editor", 0 }, #define FORMSW 3 @@ -41,9 +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 */