This commit is contained in:
Branimir Karadžić
2018-03-28 21:23:13 -07:00
parent 174be8d975
commit 90998a5872
4 changed files with 40 additions and 13 deletions

View File

@@ -305,6 +305,7 @@ namespace bx
int32_t size = crt0::read(m_fd, _data, _size);
if (size != _size)
{
BX_UNUSED(_err);
// if (0 != feof(m_file) )
// {
// BX_ERROR_SET(_err, BX_ERROR_READERWRITER_EOF, "FileReader: EOF.");