Fix FileAccessCompressed::get_8 returning 0 for the last byte of a file
This commit is contained in:
parent
06c8b5a4ff
commit
88c74aa017
|
@ -293,7 +293,6 @@ uint8_t FileAccessCompressed::get_8() const {
|
|||
} else {
|
||||
read_block--;
|
||||
at_end = true;
|
||||
ret = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue