mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 18:15:30 +00:00
Fix lz4_lg compress
This commit is contained in:
parent
7fcb63230f
commit
8edf556c9e
@ -522,7 +522,7 @@ protected:
|
||||
return false;
|
||||
}
|
||||
if (bwrite(&block_sz, sizeof(block_sz)) && bwrite(out_buf, block_sz)) {
|
||||
in_total += sizeof(block_sz) + block_sz;
|
||||
in_total += len;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user