X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frmm.c;h=51be03a9b598a40915c63fc175ef36cb242a6ea6;hp=0316c2c654a43dc92104290af2f0f98c9d03a8b0;hb=ccf4f175ef4c4e7522f9510a4a1149c15d810dd9;hpb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a diff --git a/uip/rmm.c b/uip/rmm.c index 0316c2c..51be03a 100644 --- a/uip/rmm.c +++ b/uip/rmm.c @@ -13,7 +13,7 @@ static struct swit switches[] = { #define UNLINKSW 0 { "unlink", 0 }, #define NUNLINKSW 1 - { "nounlink", 0 }, + { "nounlink", 2 }, #define VERSIONSW 2 { "Version", 0 }, #define HELPSW 3 @@ -33,10 +33,7 @@ main(int argc, char **argv) struct msgs *mp; pid_t pid; - -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); context_read();