Skip to content

Commit 7b38763

Browse files
committed
LibCore: CIODevice::seek() should reset EOF state.
1 parent f6b4013 commit 7b38763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LibCore/CIODevice.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,6 @@ bool CIODevice::seek(signed_qword offset)
182182
return false;
183183
}
184184
m_buffered_data.clear();
185+
m_eof = false;
185186
return true;
186187
}

0 commit comments

Comments
 (0)