Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion itext/itext.io/itext/io/util/zlib/Deflate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ internal int deflateInit2(ZStream strm, int level, int method, int windowBits,
pending_buf = new byte[lit_bufsize*4];
pending_buf_size = lit_bufsize*4;

d_buf = lit_bufsize/2;
d_buf = lit_bufsize;
l_buf = (1+2)*lit_bufsize;

this.level = level;
Expand Down