Fix FileAccessCompressed::get_8 returning 0 for the last byte of a file

This commit is contained in:
elasota 2018-09-13 19:10:35 -04:00
parent 06c8b5a4ff
commit 88c74aa017
1 changed files with 0 additions and 1 deletions

View File

@ -293,7 +293,6 @@ uint8_t FileAccessCompressed::get_8() const {
} else {
read_block--;
at_end = true;
ret = 0;
}
}