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

This commit is contained in:
Admiral H. Curtiss 2022-01-29 06:01:03 +01:00
commit a336c4386c
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
9 changed files with 9 additions and 9 deletions

View file

@ -109,7 +109,7 @@ bool CompressedBlobReader::GetBlock(u64 block_num, u8* out_ptr)
{
ERROR_LOG_FMT(DISCIO, "The disc image \"{}\" is truncated, some of the data is missing.",
m_file_name);
m_file.Clear();
m_file.ClearError();
return false;
}