Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
igzip: fix header construction in Big Endian systems
When a file contains a number of repeated '0x00' or '0xff' bytes, the block header is copied from a precomputed header, which only worked for Little-Endian systems. Fixes #311. Signed-off-by: Pablo de Lara <[email protected]>
- Loading branch information