ICU-66 Not enough room for the array

X-SVN-Rev: 3654
This commit is contained in:
George Rhoten 2001-02-16 21:58:32 +00:00
parent 32466038a2
commit 5489de3917

View file

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