From 20e2b644ed72b0ac3ad93e5c8580780085c2c48e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 3 Sep 2002 18:43:43 +0000 Subject: Update. 2002-09-03 Jakub Jelinek * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to newlocale. --- locale/tst-C-locale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale') 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); -- cgit v1.2.3