We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b4013 commit 7b38763Copy full SHA for 7b38763
LibCore/CIODevice.cpp
@@ -182,5 +182,6 @@ bool CIODevice::seek(signed_qword offset)
182
return false;
183
}
184
m_buffered_data.clear();
185
+ m_eof = false;
186
return true;
187
0 commit comments