Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xrCore/FS.cpp: r_bytes can be 0 if the file_size is 0 (fixes #1572)
Mandatory condition for r_bytes to be greater than 0 was introduced in #1512 and #1523, this commit reverts the check to original one.
- Loading branch information