X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fdp.c;h=1a91678f402d5afc2f0ae9a173dfa0c13e757065;hp=d64a0b9e5c625e92718727ceaa685979ce37e48e;hb=ccf4f175ef4c4e7522f9510a4a1149c15d810dd9;hpb=43ea5347b6b445d926082d6e3c1ddec376e8692d diff --git a/uip/dp.c b/uip/dp.c index d64a0b9..1a91678 100644 --- a/uip/dp.c +++ b/uip/dp.c @@ -18,7 +18,7 @@ static struct swit switches[] = { #define FORMSW 0 { "form formatfile", 0 }, #define VERSIONSW 1 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 2 { "help", 0 }, { NULL, 0 } @@ -42,9 +42,7 @@ main(int argc, char **argv) char buf[BUFSIZ], **argp, **arguments; char *dates[NDATES]; -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); /* read user profile/context */