1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-12-04 14:46:45 -05:00

Minor aesthetic cleanup

This commit is contained in:
John Zaitseff 2018-08-24 10:46:13 +10:00
parent 74218edb89
commit 6ec3beab75

View File

@ -523,9 +523,8 @@ void init_locale (void)
lc = localeconv(); lc = localeconv();
assert(lc != NULL); assert(lc != NULL);
lconvinfo = *lc;
is_posix_locale = false; is_posix_locale = false;
lconvinfo = *lc;
/* Are we in the POSIX locale? The string returned by setlocale() is /* 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 supposed to be opaque, but in practise is not. To be on the safe