Merge "Rename ZipEntryName to ZipString"

This commit is contained in:
Yusuke Sato
2015-06-29 17:49:28 +00:00
committed by Gerrit Code Review

View File

@@ -1159,7 +1159,7 @@ static int open_library_in_zipfile(const char* const path,
ZipEntry entry;
if (FindEntry(handle, ZipEntryName(file_path), &entry) != 0) {
if (FindEntry(handle, ZipString(file_path), &entry) != 0) {
// Entry was not found.
close(fd);
return -1;