]> granicus.if.org Git - sudo/commitdiff
Don't force sudo into the C locale.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 18 Jun 2007 12:57:21 +0000 (12:57 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 18 Jun 2007 12:57:21 +0000 (12:57 +0000)
sudo.c

diff --git a/sudo.c b/sudo.c
index f1ce9b376894dc0d24de21a3c4bff7788ace5c6b..37989650f3272b00debd9c59d0ff5fde4a7b8185 100644 (file)
--- a/sudo.c
+++ b/sudo.c
@@ -159,7 +159,7 @@ main(argc, argv)
 #endif
 
 #ifdef HAVE_SETLOCALE
-    setlocale(LC_ALL, "C");
+    setlocale(LC_ALL, "");
 #endif
 
     Argv = argv;