mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-17 08:11:49 -06:00
fixed decompression of zstd 0.6.x archives
This commit is contained in:
@@ -97,6 +97,8 @@ STDMETHODIMP CDecoder::SetDecoderProperties2 (const Byte * prop, UInt32 size)
|
|||||||
switch (pProps->_ver_minor) {
|
switch (pProps->_ver_minor) {
|
||||||
case ZSTD_VERSION_MINOR:
|
case ZSTD_VERSION_MINOR:
|
||||||
break;
|
break;
|
||||||
|
case 6:
|
||||||
|
break;
|
||||||
case 5:
|
case 5:
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user