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