Skip to content

Commit 893b3a6

Browse files
committed
Fastfetch: don't enable locale for LC_NUMERIC
Ref: #1206
1 parent e199a2f commit 893b3a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/init.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ void ffInitInstance(void)
5454
#else
5555
// Never use `setlocale(LC_ALL, "")`
5656
setlocale(LC_TIME, "");
57-
setlocale(LC_NUMERIC, "");
5857
#ifdef LC_MESSAGES
5958
setlocale(LC_MESSAGES, "");
6059
#endif

0 commit comments

Comments
 (0)