mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 13:19:47 +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;
|
return false;
|
||||||
}
|
}
|
||||||
m_buffered_data.clear();
|
m_buffered_data.clear();
|
||||||
|
m_eof = false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user