ICU-66 Not enough room for the array

X-SVN-Rev: 3650
This commit is contained in:
George Rhoten 2001-02-16 21:52:28 +00:00
parent 5fc03fe875
commit 9f3e5b057c

View file

@ -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;