mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 06:06:59 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
4
CPP/7zip/Archive/Common/CoderMixer2ST.cpp
Executable file → Normal file
4
CPP/7zip/Archive/Common/CoderMixer2ST.cpp
Executable file → Normal file
@@ -47,7 +47,7 @@ HRESULT CCoderMixer2ST::GetInStream(
|
||||
{
|
||||
seqInStream = inStreams[i];
|
||||
*inStreamRes = seqInStream.Detach();
|
||||
return S_OK;
|
||||
return S_OK;
|
||||
}
|
||||
int binderIndex = _bindInfo.FindBinderForInStream(streamIndex);
|
||||
if (binderIndex < 0)
|
||||
@@ -96,7 +96,7 @@ HRESULT CCoderMixer2ST::GetOutStream(
|
||||
{
|
||||
seqOutStream = outStreams[i];
|
||||
*outStreamRes = seqOutStream.Detach();
|
||||
return S_OK;
|
||||
return S_OK;
|
||||
}
|
||||
int binderIndex = _bindInfo.FindBinderForOutStream(streamIndex);
|
||||
if (binderIndex < 0)
|
||||
|
||||
Reference in New Issue
Block a user