changeset 2883:82a86b7c5b93

(hard_locale): Use "", not 0 as 2nd arg to setlocale. From Jan Fedak.
author Jim Meyering <jim@meyering.net>
date Mon, 16 Oct 2000 06:24:33 +0000
parents 1b681fe16dd9
children b306f68216b2
files lib/hard-locale.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/hard-locale.c
+++ b/lib/hard-locale.c
@@ -56,7 +56,7 @@
 #else
 
   int hard = 1;
-  char const *p = setlocale (category, 0);
+  char const *p = setlocale (category, "");
 
   if (p)
     {