summaryrefslogtreecommitdiff
path: root/package/source/zipapi
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2011-12-14 14:41:10 +0100
committerThorsten Behrens <tbehrens@suse.com>2011-12-14 14:42:03 +0100
commit3091d423cd20db9980eb5ea6866b91157515f96d (patch)
tree6e0405a966ff29b9e0ece284fdae13b5fa824680 /package/source/zipapi
parentf356303302630f1d1d4a99189fc0c26f7f338911 (diff)
Align comment with code for overly zealous check in Zip fix.
Diffstat (limited to 'package/source/zipapi')
-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 4fd8aeab276d..8317745b19bc 100644
--- a/package/source/zipapi/ZipFile.cxx
+++ b/package/source/zipapi/ZipFile.cxx
@@ -686,7 +686,7 @@ sal_Bool ZipFile::readLOC( ZipEntry &rEntry )
rEntry.sPath = sLOCPath;
}
- // the method can be reset for internal use so it is not checked
+ // check basic local file header / entry consistency
bBroken = rEntry.nVersion != nVersion
|| rEntry.nMethod != nHow
|| rEntry.nTime != nTime