diff options
Diffstat (limited to 'CPP/7zip/Archive/Zip/ZipRegister.cpp')
| -rw-r--r-- | CPP/7zip/Archive/Zip/ZipRegister.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/7zip/Archive/Zip/ZipRegister.cpp b/CPP/7zip/Archive/Zip/ZipRegister.cpp index 3ad4715..c17a1a3 100644 --- a/CPP/7zip/Archive/Zip/ZipRegister.cpp +++ b/CPP/7zip/Archive/Zip/ZipRegister.cpp | |||
| @@ -17,7 +17,7 @@ static const Byte k_Signature[] = { | |||
| 17 | 6, 0x50, 0x4B, 0x30, 0x30, 0x50, 0x4B }; // NoSpan | 17 | 6, 0x50, 0x4B, 0x30, 0x30, 0x50, 0x4B }; // NoSpan |
| 18 | 18 | ||
| 19 | REGISTER_ARC_IO( | 19 | REGISTER_ARC_IO( |
| 20 | "zip", "zip z01 zipx jar xpi odt ods docx xlsx epub ipa apk appx", 0, 1, | 20 | "zip", "zip z01 zipx jar xpi odt ods docx xlsx epub ipa apk appx", NULL, 1, |
| 21 | k_Signature, | 21 | k_Signature, |
| 22 | 0, | 22 | 0, |
| 23 | NArcInfoFlags::kFindSignature | 23 | NArcInfoFlags::kFindSignature |
