1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00

Pick collate info too

This commit is contained in:
Andrey A. Chernov 1996-08-12 17:55:41 +00:00
parent 08424dfaa3
commit 83d7542f35
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17548

View File

@ -672,7 +672,7 @@ main(argc, argv)
#endif
#ifdef __FreeBSD__
(void) setlocale(LC_CTYPE, "");
(void) setlocale(LC_ALL, "");
#endif
prog = argv[0];
if (prog && strrchr(prog, '/'))