mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-9448 make genuca leadByteArray[] large enough
X-SVN-Rev: 32081
This commit is contained in:
parent
bec84a2a15
commit
d2248fd32f
1 changed files with 1 additions and 1 deletions
|
@ -767,7 +767,7 @@ UCAElements *readAnElement(FILE *data, tempUCATable *t, UCAConstants *consts, Le
|
|||
}
|
||||
}
|
||||
} else if (what_to_do == READSCRIPTTOLEADBYTES) { //vt[cnt].what_to_do == READSCRIPTTOLEADBYTES
|
||||
uint16_t leadByteArray[100];
|
||||
uint16_t leadByteArray[256];
|
||||
uint32_t leadByteArrayCount = 0;
|
||||
char scriptName[100];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue