IOFile: Rename Clear() to ClearError() for clarity.

This commit is contained in:
Admiral H. Curtiss
2022-01-29 06:01:03 +01:00
parent 36cfcb530f
commit a336c4386c
9 changed files with 9 additions and 9 deletions

View File

@ -36,7 +36,7 @@ bool PlainFileReader::Read(u64 offset, u64 nbytes, u8* out_ptr)
}
else
{
m_file.Clear();
m_file.ClearError();
return false;
}
}