mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 20:24:05 -06:00
Update to 7-Zip 17.00 Beta
This commit is contained in:
@@ -415,7 +415,7 @@ STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
|
||||
{
|
||||
if (dataAfterEnd)
|
||||
_dataAfterEnd = true;
|
||||
else if (decoder._lzmaDecoderSpec->NeedMoreInput)
|
||||
else if (decoder._lzmaDecoderSpec->NeedsMoreInput())
|
||||
_needMoreInput = true;
|
||||
|
||||
_packSize = packSize;
|
||||
|
||||
Reference in New Issue
Block a user