mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-27 23:37:04 -05:00
patterns/bzip3: Fixed Incorrect field on branch (#330)
This commit is contained in:
@@ -47,7 +47,7 @@ struct Chunk {
|
||||
u32 compressedSize; // Size of compressed block
|
||||
u32 origSize; // Original uncompressed size
|
||||
|
||||
if (compressedSize < 64) {
|
||||
if (origSize < 64) {
|
||||
SmallBlock block;
|
||||
} else {
|
||||
Block block;
|
||||
|
||||
Reference in New Issue
Block a user