X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/71458b3b2492943349f7693a46792756d5013c69..a670c9d22ff3a00459677c62d1929818c4e4c4e6:/uip/comp.c?ds=sidebyside diff --git a/uip/comp.c b/uip/comp.c index a7300c34..02feefaa 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -83,11 +83,7 @@ main (int argc, char **argv) struct format *fmt; struct stat st; - 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;