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:
parent
74218edb89
commit
6ec3beab75
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user