mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 21:14:58 -06:00
9.20
This commit is contained in:
committed by
Kornel Lesiński
parent
b75af1bba6
commit
de4f8c22fe
@@ -108,7 +108,7 @@ HRESULT CDecoder::CodeSpec(ISequentialInStream *inStream, ISequentialOutStream *
|
||||
if (_outSizeDefined)
|
||||
{
|
||||
const UInt64 rem = _outSize - _outSizeProcessed;
|
||||
if (rem < curSize)
|
||||
if (rem <= curSize)
|
||||
{
|
||||
curSize = (SizeT)rem;
|
||||
if (FinishStream)
|
||||
|
||||
Reference in New Issue
Block a user