mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 23:18:10 +00:00
LibCore: CIODevice::seek() should reset EOF state.
This commit is contained in:
parent
f6b4013329
commit
7b3876383f
1 changed files with 1 additions and 0 deletions
|
@ -182,5 +182,6 @@ bool CIODevice::seek(signed_qword offset)
|
|||
return false;
|
||||
}
|
||||
m_buffered_data.clear();
|
||||
m_eof = false;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue