mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibCore: CIODevice::seek() should reset EOF state.
This commit is contained in:
@@ -182,5 +182,6 @@ bool CIODevice::seek(signed_qword offset)
|
||||
return false;
|
||||
}
|
||||
m_buffered_data.clear();
|
||||
m_eof = false;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user