]> sourceware.org Git - glibc.git/commitdiff
* tests-mbwc/tst_types.h (TIN)MBRLEN_REC): Use correct array
authorUlrich Drepper <drepper@redhat.com>
Fri, 26 Dec 2008 18:59:44 +0000 (18:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 26 Dec 2008 18:59:44 +0000 (18:59 +0000)
length constant.

localedata/ChangeLog
localedata/tests-mbwc/tst_types.h

index 72e083b1cdff77599dec2532cf594016f0f1a828..2f3e26c5844cb6e3b073585ec4a632e676a5b2f5 100644 (file)
@@ -1,3 +1,8 @@
+2008-12-26  Ulrich Drepper  <drepper@redhat.com>
+
+       * tests-mbwc/tst_types.h (TIN)MBRLEN_REC): Use correct array
+       length constant.
+
 2008-12-05  Ulrich Drepper  <drepper@redhat.com>
 
        * SUPPORTED (SUPPORTED-LOCALES): Add hne_IN.
index 3d1827941192591b8c6e5b9f9eb14446c197f68b..7a5db4f75efb48acc767910c5fc22204ae9e0aad 100644 (file)
@@ -122,7 +122,7 @@ typedef struct
     int t_flg;
     int t_init;
   }
-  seq[WCSTOK_SEQNUM];
+  seq[MBRLEN_SEQNUM];
 }
 TIN_MBRLEN_REC;
 
This page took 0.05662 seconds and 5 git commands to generate.