am 71107cdd
: Merge "Rename ZipEntryName to ZipString"
* commit '71107cdd028461c433a39a10eb192edbdf03dede': Rename ZipEntryName to ZipString
This commit is contained in:
commit
f7d88aefb8
@ -1159,7 +1159,7 @@ static int open_library_in_zipfile(const char* const path,
|
|||||||
|
|
||||||
ZipEntry entry;
|
ZipEntry entry;
|
||||||
|
|
||||||
if (FindEntry(handle, ZipEntryName(file_path), &entry) != 0) {
|
if (FindEntry(handle, ZipString(file_path), &entry) != 0) {
|
||||||
// Entry was not found.
|
// Entry was not found.
|
||||||
close(fd);
|
close(fd);
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user