8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 04:03:03 +01:00
This commit is contained in:
dimitr 2010-01-19 16:32:02 +00:00
parent 1ca3cbcb73
commit 53f5c611d4

View File

@ -339,7 +339,7 @@ void BufferedStream::locate(thread_db* tdbb, FB_UINT64 position)
{
while (this->getRecord(tdbb))
; // no-op
impure->irsb_flags &= ~irsb_mustread;
fb_assert(!(impure->irsb_flags & irsb_mustread));
}
impure->irsb_position = position;