From: Jim Meyering Date: Mon, 16 Oct 2000 06:24:33 +0000 (+0000) Subject: (hard_locale): Use "", not 0 as 2nd arg to setlocale. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=612c33d22a1fbd0d62e05d59242bb7a70b1df3a5;p=pspp (hard_locale): Use "", not 0 as 2nd arg to setlocale. From Jan Fedak. --- diff --git a/lib/hard-locale.c b/lib/hard-locale.c index 1c75b390a6..8ce6fddc9e 100644 --- a/lib/hard-locale.c +++ b/lib/hard-locale.c @@ -56,7 +56,7 @@ hard_locale (int category) #else int hard = 1; - char const *p = setlocale (category, 0); + char const *p = setlocale (category, ""); if (p) {