ICU-5955 Increase the initial size of value to eliminate segmentation fault on Solaris 10.

X-SVN-Rev: 24139
This commit is contained in:
Michael Ow 2008-06-10 15:40:19 +00:00
parent 030cb40618
commit bd22023816

View file

@ -2213,7 +2213,7 @@ static void TestForwardBackward(void) {
UErrorCode status = U_ZERO_ERROR;
UCollator *coll = NULL;
UStringSearch *search = NULL;
UChar usrcstr[32], value[2];
UChar usrcstr[32], value[4];
int32_t pos= -1;
int32_t expectedPos = 9;