diff options
author | Andreas Schwab <aschwab@redhat.com> | 2009-06-16 13:04:18 +0200 |
---|---|---|
committer | Andreas Schwab <aschwab@redhat.com> | 2009-06-16 13:04:18 +0200 |
commit | 8a598439b93552cb666ab3cf63a5ff8aabd06260 (patch) | |
tree | 50934cb3f9879206cc36e9c80516ef7eb956719c /libio | |
parent | c38262349f9ad25d708e47a6715e94d87aa924ce (diff) | |
parent | 837dea7cf54827d6e43d88a9463bcc10d30472d0 (diff) | |
download | glibc-8a598439b93552cb666ab3cf63a5ff8aabd06260.tar.gz glibc-8a598439b93552cb666ab3cf63a5ff8aabd06260.tar.xz glibc-8a598439b93552cb666ab3cf63a5ff8aabd06260.zip |
Merge branch 'master' of sourceware.org:/git/glibc into fedora/master
Diffstat (limited to 'libio')
-rw-r--r-- | libio/tst-fgetwc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/tst-fgetwc.c b/libio/tst-fgetwc.c index 9ccfeb1526..06e4a424ff 100644 --- a/libio/tst-fgetwc.c +++ b/libio/tst-fgetwc.c @@ -6,7 +6,7 @@ static int do_test (void) { - if (setlocale (LC_ALL, "de_DE.utf8") == NULL) + if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL) { puts ("setlocale failed"); return 1; |