mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 06:06:59 -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) {
|
||||
case ZSTD_VERSION_MINOR:
|
||||
break;
|
||||
case 6:
|
||||
break;
|
||||
case 5:
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user