mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-66 Not enough room for the array
X-SVN-Rev: 3650
This commit is contained in:
parent
5fc03fe875
commit
9f3e5b057c
1 changed files with 1 additions and 1 deletions
|
@ -1604,7 +1604,7 @@ void doBreakInvariantTest(UBreakIteratorType type, UChar* testChars)
|
|||
UBreakIterator *tb;
|
||||
UTextOffset i, j;
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
UChar work[3];
|
||||
UChar work[4];
|
||||
UChar breaks[10];
|
||||
UChar c;
|
||||
UChar *ustr;
|
||||
|
|
Loading…
Add table
Reference in a new issue