X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/64e8827c5d5def0325ab7181fe939623c77e807c..a3211dcfdbc9c01fbab732cc40722d22f3aafbe3:/uip/comp.c 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;