Update locale.c

This commit is contained in:
Yasser Arguelles Snape 2022-07-29 15:30:45 -04:00 committed by GitHub
parent d1a6eec157
commit 828672b615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = "";