diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-12-26 18:59:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-12-26 18:59:44 +0000 |
commit | f38113e1b9e25ec998f48b6c2efaabbcf5dd4317 (patch) | |
tree | 01cb96716d035b50d21b77f35a2c47c1dfbe6a9b /localedata/tests-mbwc | |
parent | 49159e12dec8caeeac1bc3829002de81697594a5 (diff) | |
download | glibc-f38113e1b9e25ec998f48b6c2efaabbcf5dd4317.tar.gz glibc-f38113e1b9e25ec998f48b6c2efaabbcf5dd4317.tar.xz glibc-f38113e1b9e25ec998f48b6c2efaabbcf5dd4317.zip |
* tests-mbwc/tst_types.h (TIN)MBRLEN_REC): Use correct array
length constant.
Diffstat (limited to 'localedata/tests-mbwc')
-rw-r--r-- | localedata/tests-mbwc/tst_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/tests-mbwc/tst_types.h b/localedata/tests-mbwc/tst_types.h index 3d18279411..7a5db4f75e 100644 --- a/localedata/tests-mbwc/tst_types.h +++ b/localedata/tests-mbwc/tst_types.h @@ -122,7 +122,7 @@ typedef struct int t_flg; int t_init; } - seq[WCSTOK_SEQNUM]; + seq[MBRLEN_SEQNUM]; } TIN_MBRLEN_REC; |