diff --git a/LibCore/CIODevice.cpp b/LibCore/CIODevice.cpp index a85efc6b73..8fc12f6c0f 100644 --- a/LibCore/CIODevice.cpp +++ b/LibCore/CIODevice.cpp @@ -182,5 +182,6 @@ bool CIODevice::seek(signed_qword offset) return false; } m_buffered_data.clear(); + m_eof = false; return true; }