fixed decompression of zstd 0.6.x archives

This commit is contained in:
Tino Reichardt
2016-07-15 18:03:39 +02:00
parent 377ba7866d
commit 9ad8d1a472

View File

@@ -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: