mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
IOFile: Rename Clear() to ClearError() for clarity.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user