X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/21684f3b83eb0b29e6ead6f60955826de379541a..e6917522:/uip/rmm.c?ds=inline diff --git a/uip/rmm.c b/uip/rmm.c index ee602b45..8644a02f 100644 --- a/uip/rmm.c +++ b/uip/rmm.c @@ -37,13 +37,7 @@ main (int argc, char **argv) struct msgs_array msgs = { 0, 0, NULL }; struct msgs *mp; -#ifdef LOCALE - setlocale(LC_ALL, ""); -#endif - invo_name = r1bindex (argv[0], '/'); - - /* read user profile/context */ - context_read(); + if (nmh_init(argv[0], 1)) { return 1; } arguments = getarguments (invo_name, argc, argv, 1); argp = arguments;