mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 22:24:08 -06:00
18.03
This commit is contained in:
@@ -969,6 +969,10 @@ HRESULT CCoder::CodeReal(ISequentialInStream *inStream, ISequentialOutStream *ou
|
||||
}
|
||||
}
|
||||
while (Inline_MatchFinder_GetNumAvailableBytes(&_lzInWindow) != 0);
|
||||
|
||||
if (_seqInStream.Res != S_OK)
|
||||
return _seqInStream.Res;
|
||||
|
||||
if (_lzInWindow.result != SZ_OK)
|
||||
return SResToHRESULT(_lzInWindow.result);
|
||||
return m_OutStream.Flush();
|
||||
|
||||
Reference in New Issue
Block a user