X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fburst.c;h=e657c33fa5fc1cf282c3fd9a8e3e59da431cc7a9;hb=10e03b3fba3e01052baf92c963c46a2a5529b4e0;hp=8d6e69b454363112c6802fb3e33f4b46148c54b1;hpb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;p=mmh diff --git a/uip/burst.c b/uip/burst.c index 8d6e69b..e657c33 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -12,7 +12,7 @@ static struct swit switches[] = { #define VERBSW 0 { "verbose", 0 }, #define NVERBSW 1 - { "noverbose", 0 }, + { "noverbose", 2 }, #define VERSIONSW 2 { "Version", 0 }, #define HELPSW 3 @@ -45,9 +45,7 @@ main(int argc, char **argv) struct smsg *smsgs; struct msgs *mp; -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); /* read user profile/context */