mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 15:42:14 +00:00
ICU-3050 fix failure on redhat 6.2
X-SVN-Rev: 12765
This commit is contained in:
parent
a2f0081966
commit
bac87f5f9f
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ static const uint16_t *mappingData = NULL;
|
|||
|
||||
extern int
|
||||
testData(TestIDNA& test) {
|
||||
char* filename = (char*) malloc(strlen(IntlTest::pathToDataDirectory())*3);
|
||||
char* filename = (char*) malloc(strlen(IntlTest::pathToDataDirectory())*5555);
|
||||
//TODO get the srcDir dynamically
|
||||
const char *srcDir=IntlTest::pathToDataDirectory();
|
||||
char *basename=NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue