diff options
Diffstat (limited to 'Source/Core/Common/IOFile.cpp')
| -rw-r--r-- | Source/Core/Common/IOFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
