[Libreoffice-commits] .: package/source
Thorsten Behrens
thorsten at kemper.freedesktop.org
Wed Dec 14 05:42:41 PST 2011
package/source/zipapi/ZipFile.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3091d423cd20db9980eb5ea6866b91157515f96d
Author: Thorsten Behrens <tbehrens at suse.com>
Date: Wed Dec 14 14:41:10 2011 +0100
Align comment with code for overly zealous check in Zip fix.
diff --git a/package/source/zipapi/ZipFile.cxx b/package/source/zipapi/ZipFile.cxx
index 4fd8aea..8317745 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
More information about the Libreoffice-commits
mailing list