From 828672b6155b1f629c73a8d9042e0953ac914164 Mon Sep 17 00:00:00 2001 From: Yasser Arguelles Snape Date: Fri, 29 Jul 2022 15:30:45 -0400 Subject: [PATCH] Update locale.c --- src/locale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale.c b/src/locale.c index d8281e7..a394f4a 100644 --- a/src/locale.c +++ b/src/locale.c @@ -19,7 +19,7 @@ char *setlocale(int category, const char *locale) { if(strcmp(locale, "C") == 0) { switch (category) { case LC_ALL: { - _locale.decimal_point = "."; + _locale.decimal_point = "."; // fuck the french, the german, the russians and the rest of the wrongthinkers _locale.thousands_sep = ""; _locale.grouping = ""; _locale.mon_decimal_point = "";