X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmark.c;h=d4a3729ecdbdeea65941b385d05e5e3a39bd3dae;hb=10e03b3fba3e01052baf92c963c46a2a5529b4e0;hp=3818c29babbef376f0229edf2cf7a86761663f58;hpb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;p=mmh diff --git a/uip/mark.c b/uip/mark.c index 3818c29..d4a3729 100644 --- a/uip/mark.c +++ b/uip/mark.c @@ -23,11 +23,11 @@ static struct swit switches[] = { #define PUBLSW 4 { "public", 0 }, #define NPUBLSW 5 - { "nopublic", 0 }, + { "nopublic", 2 }, #define ZEROSW 6 { "zero", 0 }, #define NZEROSW 7 - { "nozero", 0 }, + { "nozero", 2 }, #define VERSIONSW 8 { "Version", 0 }, #define HELPSW 9 @@ -56,9 +56,7 @@ main(int argc, char **argv) struct msgs_array msgs = { 0, 0, NULL }; struct msgs *mp; -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); /* read user profile/context */