From: Ulrich Drepper Date: Fri, 26 Dec 2008 18:59:44 +0000 (+0000) Subject: * tests-mbwc/tst_types.h (TIN)MBRLEN_REC): Use correct array X-Git-Tag: cvs/fedora-glibc-20090102T0809~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f38113e1b9e25ec998f48b6c2efaabbcf5dd4317;p=thirdparty%2Fglibc.git * tests-mbwc/tst_types.h (TIN)MBRLEN_REC): Use correct array length constant. --- diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 72e083b1cdf..2f3e26c5844 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2008-12-26 Ulrich Drepper + + * tests-mbwc/tst_types.h (TIN)MBRLEN_REC): Use correct array + length constant. + 2008-12-05 Ulrich Drepper * SUPPORTED (SUPPORTED-LOCALES): Add hne_IN. diff --git a/localedata/tests-mbwc/tst_types.h b/localedata/tests-mbwc/tst_types.h index 3d182794119..7a5db4f75ef 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;