summaryrefslogtreecommitdiff
path: root/package/source/zipapi/ZipFile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/zipapi/ZipFile.cxx')
-rw-r--r--package/source/zipapi/ZipFile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/zipapi/ZipFile.cxx b/package/source/zipapi/ZipFile.cxx
index c331282f9c76..efad81b5fdf2 100644
--- a/package/source/zipapi/ZipFile.cxx
+++ b/package/source/zipapi/ZipFile.cxx
@@ -782,7 +782,7 @@ bool ZipFile::readLOC( ZipEntry &rEntry )
}
bBroken = rEntry.nPathLen != nPathLen
- || !rEntry.sPath.equals( sLOCPath );
+ || rEntry.sPath != sLOCPath;
}
catch(...)
{