From a240143eabbacd97de490e578ba68337fd866683 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 12 Aug 2020 20:15:45 -0400 Subject: restore setting up the default locale --- src/__main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/__main.c b/src/__main.c index 358c1756..bce4eef0 100644 --- a/src/__main.c +++ b/src/__main.c @@ -51,7 +51,7 @@ void __main(int argc, char **argv) stdout->prev = stdin; stderr->prev = stdout; - /* setlocale(LC_ALL, DEFAULT_LOCALE); */ + setlocale(LC_ALL, DEFAULT_LOCALE); - exit(main(argc, argv)); + exit(main(argc, argv)); } -- cgit v1.2.1