LC_CTYPE replaced with LC_ALL (#3492)

This commit is contained in:
Jezer Mejía 2021-11-09 02:13:28 -06:00 committed by GitHub
parent 2eb035e125
commit bf74f249d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@ main(int argc, char **argv)
awesome_argv = argv;
/* Text won't be printed correctly otherwise */
setlocale(LC_CTYPE, "");
setlocale(LC_ALL, "");
char *confpath = options_detect_shebang(argc, argv);