mirror of https://github.com/axmolengine/axmol.git
one more fix, oops
This commit is contained in:
parent
3cd2163558
commit
e03fb86990
|
@ -648,7 +648,7 @@ std::string ZipFile::getNextFilename()
|
|||
if (unzGoToNextFile(_data->zipFile) != UNZ_OK) return emptyFilename;
|
||||
std::string path;
|
||||
unz_file_info info;
|
||||
getCurrentFileInfo(&path, (cocos2d::unz_file_info*)&info);
|
||||
getCurrentFileInfo(&path, &info);
|
||||
return path;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue