mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 20:06:59 -06:00
21.02
This commit is contained in:
@@ -64,16 +64,16 @@ enum FilterType
|
||||
static const size_t kWriteStep = (size_t)1 << 22;
|
||||
|
||||
CDecoder::CDecoder():
|
||||
_window(NULL),
|
||||
_winPos(0),
|
||||
_winSizeAllocated(0),
|
||||
_lzSize(0),
|
||||
_lzEnd(0),
|
||||
_writtenFileSize(0),
|
||||
_dictSizeLog(0),
|
||||
_isSolid(false),
|
||||
_solidAllowed(false),
|
||||
_wasInit(false),
|
||||
_dictSizeLog(0),
|
||||
_window(NULL),
|
||||
_winPos(0),
|
||||
_lzSize(0),
|
||||
_lzEnd(0),
|
||||
_writtenFileSize(0),
|
||||
_winSizeAllocated(0),
|
||||
_inputBuf(NULL)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user