fixed GH #1597: adding empty file to zip leads to archive that can't be unzipped by windows

This commit is contained in:
Guenter Obiltschnig
2017-02-17 15:32:01 +01:00
parent 7c81a551c4
commit 4ddce11dc0
4 changed files with 11 additions and 2 deletions

View File

@@ -190,6 +190,8 @@ private:
Poco::UInt32 _crc32;
Poco::UInt32 _compressedSize;
Poco::UInt32 _uncompressedSize;
friend class ZipStreamBuf;
};