From a336c4386c154746ef2ea732b13872f5293666be Mon Sep 17 00:00:00 2001 From: "Admiral H. Curtiss" Date: Sat, 29 Jan 2022 06:01:03 +0100 Subject: IOFile: Rename Clear() to ClearError() for clarity. --- Source/Core/Common/IOFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/Common/IOFile.cpp') diff --git a/Source/Core/Common/IOFile.cpp b/Source/Core/Common/IOFile.cpp index e0f16582be..374c56ac6f 100644 --- a/Source/Core/Common/IOFile.cpp +++ b/Source/Core/Common/IOFile.cpp @@ -94,7 +94,7 @@ bool IOFile::Close() void IOFile::SetHandle(std::FILE* file) { Close(); - Clear(); + ClearError(); m_file = file; } -- cgit v1.2.3