X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4a78cbcd4fa986d9c1e7bd0a5a4bdb619faeb7cb..d2520ac7054ad75d60342606bf13c821305d958c:/uip/burst.c diff --git a/uip/burst.c b/uip/burst.c index c3f21710..ff5af237 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -75,13 +75,7 @@ main (int argc, char **argv) struct smsg *smsgs; 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;