Locale: tweaks

This commit is contained in:
李通洲
2023-02-06 14:45:45 +08:00
parent 7a5da23b0c
commit e98489a74b
+1 -1
View File
@@ -5,7 +5,7 @@
#include <stdlib.h>
#include <locale.h>
__attribute__((__unused__))
FF_MAYBE_UNUSED
static void getLocaleFromEnv(FFstrbuf* locale)
{
ffStrbufAppendS(locale, getenv("LANG"));