Skip to content

Commit

Permalink
* tests-mbwc/tst_types.h (TIN)MBRLEN_REC): Use correct array
Browse files Browse the repository at this point in the history
	length constant.
  • Loading branch information
Ulrich Drepper committed Dec 26, 2008
1 parent 49159e1 commit f38113e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion localedata/tests-mbwc/tst_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ typedef struct
int t_flg;
int t_init;
}
seq[WCSTOK_SEQNUM];
seq[MBRLEN_SEQNUM];
}
TIN_MBRLEN_REC;

Expand Down

0 comments on commit f38113e

Please sign in to comment.