summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-09-03 18:43:43 +0000
committerUlrich Drepper <drepper@redhat.com>2002-09-03 18:43:43 +0000
commit20e2b644ed72b0ac3ad93e5c8580780085c2c48e (patch)
treed6d7fe3b48429e68f85846f24414331f4c2c146a /locale
parentbcc565a047cc50dfbe6eccb13d635ff690b55649 (diff)
Update.
2002-09-03 Jakub Jelinek <jakub@redhat.com> * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to newlocale.
Diffstat (limited to 'locale')
-rw-r--r--locale/tst-C-locale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/tst-C-locale.c b/locale/tst-C-locale.c
index a5cb35dfb9..78ea90fa80 100644
--- a/locale/tst-C-locale.c
+++ b/locale/tst-C-locale.c
@@ -223,7 +223,7 @@ run_test (const char *locname)
STRTEST (NOSTR, "");
/* Test the new locale mechanisms. */
- loc = newlocale (LC_ALL, locname, NULL);
+ loc = newlocale (LC_ALL_MASK, locname, NULL);
if (loc == NULL)
{
printf ("cannot create locale object for locale %s\n", locname);