mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
lzma2 Decoder already checks if decoding is finished or not inside the process function, `range_decoder`finish does not mean the decoder has finished, also need to check `ld.rep[0] == 0xFFFF_FFFF`, which was already done inside the proccess function. This fix delete the redundant `isFinish()` check for `range_decoder`. |
||
|---|---|---|
| .. | ||
| flate | ||
| lzma | ||
| testdata | ||
| xz | ||
| zstd | ||
| flate.zig | ||
| lzma.zig | ||
| lzma2.zig | ||
| xz.zig | ||
| zstd.zig | ||