mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 15:14:59 -06:00
9.06 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
829409452d
commit
c99f3ebdd6
@@ -24,11 +24,11 @@ static bool inline Test86MSByte(Byte b)
|
||||
|
||||
bool CEncoder::Create()
|
||||
{
|
||||
if (!_mainStream.Create(1 << 16))
|
||||
if (!_mainStream.Create(1 << 18))
|
||||
return false;
|
||||
if (!_callStream.Create(1 << 20))
|
||||
if (!_callStream.Create(1 << 18))
|
||||
return false;
|
||||
if (!_jumpStream.Create(1 << 20))
|
||||
if (!_jumpStream.Create(1 << 18))
|
||||
return false;
|
||||
if (!_rangeEncoder.Create(1 << 20))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user