diff options
-rw-r--r-- | src/lib/udeflate.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/udeflate.cc b/src/lib/udeflate.cc index c8f281f..baab208 100644 --- a/src/lib/udeflate.cc +++ b/src/lib/udeflate.cc @@ -418,7 +418,7 @@ int8_t udeflate_zlib(unsigned char *input_buf, uint16_t input_len, return UDEFLATE_ERR_METHOD; } - if (zlib_flags & 0x10) { + if (zlib_flags & 0x20) { return UDEFLATE_ERR_FDICT; } |