Searched refs:newFNTable (Results 1 – 1 of 1) sorted by relevance
1104 const char** const newFNTable = (const char**)malloc(sizeof_FNTable); in UTIL_createFNT_fromROTable() local1105 if (newFNTable==NULL) return NULL; in UTIL_createFNT_fromROTable()1106 …memcpy((void*)newFNTable, filenames, sizeof_FNTable); /* void* : mitigate a Visual compiler bug o… in UTIL_createFNT_fromROTable()1107 return UTIL_assembleFileNamesTable(newFNTable, nbFilenames, NULL); in UTIL_createFNT_fromROTable()