projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eb42c7
)
(main): Also set LC_CTYPE category.
author
Ulrich Drepper
<drepper@redhat.com>
Tue, 4 Jul 2000 20:56:12 +0000
(20:56 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Tue, 4 Jul 2000 20:56:12 +0000
(20:56 +0000)
posix/tst-fnmatch.c
patch
|
blob
|
history
diff --git
a/posix/tst-fnmatch.c
b/posix/tst-fnmatch.c
index
b582a51
..
7193615
100644
(file)
--- a/
posix/tst-fnmatch.c
+++ b/
posix/tst-fnmatch.c
@@
-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;