LibCore: CIODevice::seek() should reset EOF state.
This commit is contained in:
parent
f6b4013329
commit
7b3876383f
Notes:
sideshowbarker
2024-07-19 14:40:24 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/7b3876383fc
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
Reference in a new issue