mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
Correction.
This commit is contained in:
parent
e6e0830e9e
commit
475852fd57
@ -526,7 +526,8 @@ SlidingWindow::SlidingWindow(thread_db* aTdbb, const BaseBufferedStream* aStream
|
||||
: tdbb(aTdbb), // Note: instanciate the class only as local variable
|
||||
stream(aStream),
|
||||
group(aGroup),
|
||||
request(aRequest)
|
||||
request(aRequest),
|
||||
moved(false)
|
||||
{
|
||||
savedPosition = stream->getPosition(request);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user