2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 05:48:18 +00:00

Don't force sudo into the C locale.

This commit is contained in:
Todd C. Miller 2007-06-18 12:57:21 +00:00
parent e096ae6f13
commit 4dcaba90a0

2
sudo.c
View File

@ -159,7 +159,7 @@ main(argc, argv)
#endif
#ifdef HAVE_SETLOCALE
setlocale(LC_ALL, "C");
setlocale(LC_ALL, "");
#endif
Argv = argv;