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-Tag: TEXTUTILS-2_0_8~83 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=640221896f69c041a49413ef1b41ff844009cd36;p=thirdparty%2Fcoreutils.git (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) {