viniciusro

Results 1 comments of viniciusro

Same issue here, did this modification: char dataPath[120] = {0}; memset(dataPath, 0x0, sizeof(dataPath)); strcpy(dataPath, gifFile.path()); and replaced all fileName to dataPath That was my work around.