Skip to content

Commit

Permalink
Fastfetch: don't enable locale for LC_NUMERIC
Browse files Browse the repository at this point in the history
Ref: #1206
  • Loading branch information
CarterLi committed Aug 23, 2024
1 parent e199a2f commit 893b3a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ void ffInitInstance(void)
#else
// Never use `setlocale(LC_ALL, "")`
setlocale(LC_TIME, "");
setlocale(LC_NUMERIC, "");
#ifdef LC_MESSAGES
setlocale(LC_MESSAGES, "");
#endif
Expand Down

0 comments on commit 893b3a6

Please sign in to comment.