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:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user