ICU-3050 fix failure on redhat 6.2

X-SVN-Rev: 12765
This commit is contained in:
Ram Viswanadha 2003-08-05 16:38:45 +00:00
parent a2f0081966
commit bac87f5f9f

View file

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