mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 19:59:03 +00:00
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: 7b3876383f
1 changed files with 1 additions and 0 deletions
|
@ -182,5 +182,6 @@ bool CIODevice::seek(signed_qword offset)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
m_buffered_data.clear();
|
m_buffered_data.clear();
|
||||||
|
m_eof = false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue