Skip to content

Commit ed21fec

Browse files
author
Oleh Kulykov
committed
1725890500
1 parent 4e0a514 commit ed21fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CPP/7zip/Common/FilterCoder.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ HRESULT CFilterCoder::Init_and_Alloc()
7777
CFilterCoder::CFilterCoder(bool encodeMode):
7878
_bufSize(0),
7979
_inBufSize(::plzma::kStreamReadSize),
80-
_outBufSize(kBufSize),
81-
_encodeMode(::plzma::kStreamWriteSize),
80+
_outBufSize(::plzma::kStreamWriteSize),
81+
_encodeMode(encodeMode),
8282
_outSize_Defined(false),
8383
_outSize(0),
8484
_nowPos64(0)

0 commit comments

Comments
 (0)