diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2011-12-14 14:41:10 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2011-12-14 14:42:03 +0100 |
commit | 3091d423cd20db9980eb5ea6866b91157515f96d (patch) | |
tree | 6e0405a966ff29b9e0ece284fdae13b5fa824680 /package | |
parent | f356303302630f1d1d4a99189fc0c26f7f338911 (diff) |
Align comment with code for overly zealous check in Zip fix.
Diffstat (limited to 'package')
-rw-r--r-- | package/source/zipapi/ZipFile.cxx | 2 |
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 |