From 6ec3beab75a9eda9a6c3b8b15659f5a1a70c5fe2 Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Fri, 24 Aug 2018 10:46:13 +1000 Subject: [PATCH] Minor aesthetic cleanup --- src/utils.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/utils.c b/src/utils.c index fc00470..ede5501 100644 --- a/src/utils.c +++ b/src/utils.c @@ -523,9 +523,8 @@ void init_locale (void) lc = localeconv(); assert(lc != NULL); - lconvinfo = *lc; - is_posix_locale = false; + lconvinfo = *lc; /* Are we in the POSIX locale? The string returned by setlocale() is supposed to be opaque, but in practise is not. To be on the safe