Change localizing to LC_ALL

This commit is contained in:
Andrey A. Chernov 2001-02-10 23:25:09 +00:00
parent c83633a4ff
commit 124d32d6a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72342

View File

@ -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);