ICU-13428 char* result array was too small for UTF-8 version of 112-UChar Dzongkha (dz) date/time format string

X-SVN-Rev: 40640
This commit is contained in:
Markus Scherer 2017-10-25 21:25:01 +00:00
parent 225365d30a
commit f86f114660

View file

@ -111,7 +111,7 @@ static void TestCalendar()
UDateFormat *datdef = 0;
UChar *result = 0;
int32_t resultlength, resultlengthneeded;
char tempMsgBuf[256];
char tempMsgBuf[1024]; // u_austrcpy() of some formatted dates & times.
UChar zone1[32], zone2[32];
const char *tzver = 0;
UChar canonicalID[64];