X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/64e8827c5d5def0325ab7181fe939623c77e807c..ef1ba39e8dae81091b6c3e73e72825ef6edea3c6:/uip/rmm.c diff --git a/uip/rmm.c b/uip/rmm.c index 8882b8f6..8644a02f 100644 --- a/uip/rmm.c +++ b/uip/rmm.c @@ -37,11 +37,7 @@ main (int argc, char **argv) struct msgs_array msgs = { 0, 0, NULL }; struct msgs *mp; - setlocale(LC_ALL, ""); - 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;