This commit is contained in:
Igor Pavlov
2014-11-23 00:00:00 +00:00
committed by Kornel Lesiński
parent 83f8ddcc5b
commit f08f4dcc3c
1158 changed files with 76451 additions and 35082 deletions

4
CPP/7zip/Archive/Common/CoderMixer2ST.cpp Executable file → Normal file
View 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)