ICU-9448 make genuca leadByteArray[] large enough

X-SVN-Rev: 32081
This commit is contained in:
Markus Scherer 2012-08-02 15:19:57 +00:00
parent bec84a2a15
commit d2248fd32f

View file

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