diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-07 07:12:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-07 07:12:11 +0000 |
commit | 89a4f6ff1f643aadc4d3e9e401d792b5198d9f52 (patch) | |
tree | 5ccbe38b3c719ba403fdebac6f2dc8761e698405 /localedata/tests-mbwc/dat_mblen.c | |
parent | 2528edd3176df331320f366ff3dad88cb6d82533 (diff) | |
download | glibc-89a4f6ff1f643aadc4d3e9e401d792b5198d9f52.tar.gz glibc-89a4f6ff1f643aadc4d3e9e401d792b5198d9f52.tar.xz glibc-89a4f6ff1f643aadc4d3e9e401d792b5198d9f52.zip |
Update.
2000-07-07 Ulrich Drepper <drepper@redhat.com> * locale/programs/locale.c (write_locales): Don't simply add all directories found in the subdir, test whether at least the LC_CTYPE file is in there.
Diffstat (limited to 'localedata/tests-mbwc/dat_mblen.c')
-rw-r--r-- | localedata/tests-mbwc/dat_mblen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/tests-mbwc/dat_mblen.c b/localedata/tests-mbwc/dat_mblen.c index 0868ec4e82..7e9ba747fb 100644 --- a/localedata/tests-mbwc/dat_mblen.c +++ b/localedata/tests-mbwc/dat_mblen.c @@ -100,7 +100,7 @@ TST_MBLEN tst_mblen_loc [] = { /* 03: a character + an invalid byte. */ { { 1, "\260\241\200", USE_MBCURMAX }, { 0, 0, 1, 2 } }, /* 04: control/invalid characters. */ - { { 1, "\200\202", USE_MBCURMAX }, { 1, EILSEQ, 1, -1 } }, + { { 1, "\377\202", USE_MBCURMAX }, { 1, EILSEQ, 1, -1 } }, /* 05: a null string. */ { { 1, "", USE_MBCURMAX }, { 0, 0, 1, 0 } }, /* 06: a null pointer. */ |