Skip to content
Snippets Groups Projects
Commit cb2f614c authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

udeflate: Fix FDICT check

parent f2433ec8
No related branches found
No related tags found
No related merge requests found
...@@ -418,7 +418,7 @@ int8_t udeflate_zlib(unsigned char *input_buf, uint16_t input_len, ...@@ -418,7 +418,7 @@ int8_t udeflate_zlib(unsigned char *input_buf, uint16_t input_len,
return UDEFLATE_ERR_METHOD; return UDEFLATE_ERR_METHOD;
} }
if (zlib_flags & 0x10) { if (zlib_flags & 0x20) {
return UDEFLATE_ERR_FDICT; return UDEFLATE_ERR_FDICT;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment