Skip to content

Commit

Permalink
fix (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeville authored Dec 17, 2024
1 parent d95d517 commit e3536a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniz_oxide/src/deflate/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@ fn flush_block(
}

d.huff.count[0][..MAX_HUFF_SYMBOLS_0].fill(0);
d.huff.count[0][..MAX_HUFF_SYMBOLS_1].fill(0);
d.huff.count[1][..MAX_HUFF_SYMBOLS_1].fill(0);

d.lz.code_position = 1;
d.lz.flag_position = 0;
Expand Down

0 comments on commit e3536a7

Please sign in to comment.