Skip to content

Commit

Permalink
fix special case for local test
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Gottschall <[email protected]>
  • Loading branch information
BrainSlayer committed Jun 24, 2020
1 parent c9705b2 commit de90d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zstd/zstd.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ zstd_decompress_level(void *s_start, void *d_start, size_t s_len, size_t d_len,
* incompatibility occurrs, it has to be handled accordingly.
* The version can be accessed via `hdr_copy.version`.
*/
version = hdr_copy.version_level.version;
version = hdr_copy.version;

/*
* Convert and check the level
Expand Down

0 comments on commit de90d02

Please sign in to comment.