mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-15 10:11:44 -06:00
16.01
This commit is contained in:
committed by
Kornel Lesiński
parent
66ac98bb02
commit
bec3b479dc
@@ -72,7 +72,7 @@ class CDecoder:
|
||||
unsigned _extraReadSizes[BCJ2_NUM_STREAMS];
|
||||
UInt64 _inStreamsProcessed[BCJ2_NUM_STREAMS];
|
||||
HRESULT _readRes[BCJ2_NUM_STREAMS];
|
||||
CMyComPtr<ISequentialInStream> inStreams[BCJ2_NUM_STREAMS];
|
||||
CMyComPtr<ISequentialInStream> _inStreams[BCJ2_NUM_STREAMS];
|
||||
|
||||
bool _finishMode;
|
||||
bool _outSizeDefined;
|
||||
|
||||
Reference in New Issue
Block a user