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: 3654
This commit is contained in:
parent
32466038a2
commit
5489de3917
1 changed files with 1 additions and 1 deletions
|
@ -811,7 +811,7 @@ NewResourceBundleTest::testTag(const char* frag,
|
|||
char buf[32];
|
||||
status = U_ZERO_ERROR;
|
||||
string = kERROR;
|
||||
char item_tag[6];
|
||||
char item_tag[8];
|
||||
uprv_strcpy(item_tag, "tag");
|
||||
uprv_strcat(item_tag, itoa(index,buf));
|
||||
ResourceBundle tags=theBundle.get(tag, status);
|
||||
|
|
Loading…
Add table
Reference in a new issue