mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
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:
parent
225365d30a
commit
f86f114660
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue