1
0
Fork 0

Minor aesthetic cleanup

This commit is contained in:
John Zaitseff 2018-08-24 10:46:13 +10:00
parent 74218edb89
commit 6ec3beab75
1 changed files with 1 additions and 2 deletions

View File

@ -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