]> sourceware.org Git - glibc.git/commitdiff
(main): Also set LC_CTYPE category.
authorUlrich Drepper <drepper@redhat.com>
Tue, 4 Jul 2000 20:56:12 +0000 (20:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 4 Jul 2000 20:56:12 +0000 (20:56 +0000)
posix/tst-fnmatch.c

index b582a51889ebc1f2006120bb12572a38166cc568..719361519c6f9261c5fb99bd47c536b6cbd19a6e 100644 (file)
@@ -118,7 +118,8 @@ main (void)
       /* Now run the actual test.  */
       ++ntests;
 
-      if (setlocale (LC_COLLATE, locale) == NULL)
+      if (setlocale (LC_COLLATE, locale) == NULL
+         || setlocale (LC_CTYPE, locale) == NULL)
        {
          puts ("*** Cannot set locale");
          ++nfailed;
This page took 0.04363 seconds and 5 git commands to generate.