Locale: try detecting with locale command

in case $LC_* envs are not set ( macOS )
This commit is contained in:
李通洲
2022-09-21 16:03:51 +08:00
parent 65ed48a1bc
commit f9fa482b83
3 changed files with 38 additions and 4 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
#include "util/FFstrbuf.h"
void ffProcessAppendStdOut(FFstrbuf* buffer, char* const argv[]);
const char* ffProcessAppendStdOut(FFstrbuf* buffer, char* const argv[]);
#endif