mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 07:23:03 +01:00
Misc.
This commit is contained in:
parent
1ca3cbcb73
commit
53f5c611d4
@ -339,7 +339,7 @@ void BufferedStream::locate(thread_db* tdbb, FB_UINT64 position)
|
|||||||
{
|
{
|
||||||
while (this->getRecord(tdbb))
|
while (this->getRecord(tdbb))
|
||||||
; // no-op
|
; // no-op
|
||||||
impure->irsb_flags &= ~irsb_mustread;
|
fb_assert(!(impure->irsb_flags & irsb_mustread));
|
||||||
}
|
}
|
||||||
|
|
||||||
impure->irsb_position = position;
|
impure->irsb_position = position;
|
||||||
|
Loading…
Reference in New Issue
Block a user