1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-31 13:00:00 +02:00

(hard_locale): Revert last change -- it was simply

wrong.  That set_locale call must not have any side effects.
From Paul Eggert.
This commit is contained in:
Jim Meyering
2000-10-24 08:20:13 +00:00
parent a20eb902b8
commit 7e87cd0d6e
+1 -1
View File
@@ -56,7 +56,7 @@ hard_locale (int category)
#else
int hard = 1;
char const *p = setlocale (category, "");
char const *p = setlocale (category, 0);
if (p)
{