Skip to content

Commit bdba44b

Browse files
author
Oleh Kulykov
committed
1725890632
1 parent ed21fec commit bdba44b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ void CAlignedMidBuffer::AllocAligned(size_t size)
4141
And ARMT filter can process 2 bytes less than sent size.
4242
*/
4343

44-
44+
#if !defined(LIBPLZMA)
4545
static const UInt32 kBufSize = 1 << 21;
46+
#endif // !LIBPLZMA
4647

4748
Z7_COM7F_IMF(CFilterCoder::SetInBufSize(UInt32 , UInt32 size)) { _inBufSize = size; return S_OK; }
4849
Z7_COM7F_IMF(CFilterCoder::SetOutBufSize(UInt32 , UInt32 size)) { _outBufSize = size; return S_OK; }

0 commit comments

Comments
 (0)