mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Change localizing to LC_ALL
This commit is contained in:
parent
c83633a4ff
commit
124d32d6a9
@ -65,7 +65,7 @@ main(argc, argv)
|
||||
register FS *tfs;
|
||||
char *p;
|
||||
|
||||
(void)setlocale(LC_CTYPE, "");
|
||||
(void)setlocale(LC_ALL, "");
|
||||
|
||||
if (!(p = rindex(argv[0], 'o')) || strcmp(p, "od"))
|
||||
newsyntax(argc, &argv);
|
||||
|
Loading…
Reference in New Issue
Block a user