From f38113e1b9e25ec998f48b6c2efaabbcf5dd4317 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 26 Dec 2008 18:59:44 +0000 Subject: * tests-mbwc/tst_types.h (TIN)MBRLEN_REC): Use correct array length constant. --- localedata/tests-mbwc/tst_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localedata/tests-mbwc/tst_types.h') 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; -- cgit 1.4.1