"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "CPP/7zip/Archive/Zip/ZipRegister.cpp" between
p7zip_15.14.1_src_all.tar.gz and p7zip_16.02_src_all.tar.gz

About: p7zip is a command-line file archiver with a high compression ratio (a port of the Windows program 7za.exe).

ZipRegister.cpp  (p7zip_15.14.1_src_all):ZipRegister.cpp  (p7zip_16.02_src_all)
skipping to change at line 15 skipping to change at line 15
#include "../../Common/RegisterArc.h" #include "../../Common/RegisterArc.h"
#include "ZipHandler.h" #include "ZipHandler.h"
namespace NArchive { namespace NArchive {
namespace NZip { namespace NZip {
static const Byte k_Signature[] = { static const Byte k_Signature[] = {
4, 0x50, 0x4B, 0x03, 0x04, 4, 0x50, 0x4B, 0x03, 0x04,
4, 0x50, 0x4B, 0x05, 0x06, 4, 0x50, 0x4B, 0x05, 0x06,
6, 0x50, 0x4B, 0x07, 0x08, 0x50, 0x4B,
6, 0x50, 0x4B, 0x30, 0x30, 0x50, 0x4B }; 6, 0x50, 0x4B, 0x30, 0x30, 0x50, 0x4B };
REGISTER_ARC_IO( REGISTER_ARC_IO(
"zip", "zip zipx jar xpi odt ods docx xlsx epub", 0, 1, "zip", "zip z01 zipx jar xpi odt ods docx xlsx epub", 0, 1,
k_Signature, k_Signature,
0, 0,
NArcInfoFlags::kFindSignature | NArcInfoFlags::kFindSignature |
NArcInfoFlags::kMultiSignature | NArcInfoFlags::kMultiSignature |
NArcInfoFlags::kUseGlobalOffset, NArcInfoFlags::kUseGlobalOffset,
IsArc_Zip) IsArc_Zip)
}} }}
 End of changes. 2 change blocks. 
1 lines changed or deleted 2 lines changed or added

Home  |  About  |  All  |  Newest  |  Fossies Dox  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTPS