X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frmf.c;h=05b3e962751da15f6e88c4fd6d848eb490fbae95;hp=096a9bf279b73bd0711aac9f909cb8b6dded00c1;hb=ccf4f175ef4c4e7522f9510a4a1149c15d810dd9;hpb=30292c537fe4eab052f303f1d3179c0e2fd037d8 diff --git a/uip/rmf.c b/uip/rmf.c index 096a9bf..05b3e96 100644 --- a/uip/rmf.c +++ b/uip/rmf.c @@ -12,7 +12,7 @@ static struct swit switches[] = { #define INTRSW 0 { "interactive", 0 }, #define NINTRSW 1 - { "nointeractive", 0 }, + { "nointeractive", 2 }, #define VERSIONSW 2 { "Version", 0 }, #define HELPSW 3 @@ -34,9 +34,7 @@ main(int argc, char **argv) char *cp, *folder = NULL, newfolder[BUFSIZ]; char buf[BUFSIZ], **argp, **arguments; -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); /* read user profile/context */