Merge pull request #22057 from elasota/fix-compressed-zero-byte
Fix get_8 returning 0 for last byte of compressed files
This commit is contained in:
commit
319a0a319b
1 changed files with 0 additions and 1 deletions
|
@ -293,7 +293,6 @@ uint8_t FileAccessCompressed::get_8() const {
|
||||||
} else {
|
} else {
|
||||||
read_block--;
|
read_block--;
|
||||||
at_end = true;
|
at_end = true;
|
||||||
ret = 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue