8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 14:03:07 +01:00

Correction.

This commit is contained in:
asfernandes 2011-10-23 21:26:58 +00:00
parent e6e0830e9e
commit 475852fd57

View File

@ -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);
}