mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-11 08:01:32 +00:00
ICU-5955 Increase the initial size of value to eliminate segmentation fault on Solaris 10.
X-SVN-Rev: 24139
This commit is contained in:
parent
030cb40618
commit
bd22023816
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue