mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 03:54:17 +01:00
Use LC_ALL to pick LC_COLLATE too (for strcoll())
This commit is contained in:
parent
909b37a414
commit
6d994e13c8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88717
@ -82,7 +82,7 @@ main(argc, argv)
|
||||
flag1 = flag2 = flag3 = 1;
|
||||
iflag = 0;
|
||||
|
||||
(void) setlocale(LC_CTYPE, "");
|
||||
(void) setlocale(LC_ALL, "");
|
||||
|
||||
while ((ch = getopt(argc, argv, "-123i")) != -1)
|
||||
switch(ch) {
|
||||
|
Loading…
Reference in New Issue
Block a user