mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
Fix typo in locale code
This commit is contained in:
@@ -53,7 +53,7 @@ void init_locale() {
|
|||||||
#else
|
#else
|
||||||
static locale_t locale = (locale_t) 0;
|
static locale_t locale = (locale_t) 0;
|
||||||
void init_locale() {
|
void init_locale() {
|
||||||
if (locale == (_locale_t) 0) {
|
if (locale == (locale_t) 0) {
|
||||||
locale = newlocale(LC_NUMERIC_MASK, "C", (locale_t) 0);
|
locale = newlocale(LC_NUMERIC_MASK, "C", (locale_t) 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user