mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
Fixed bug in my recent refactoring, thanks to Adriano.
This commit is contained in:
parent
80fd447426
commit
18ac6284b7
@ -111,7 +111,7 @@ bool SingularStream::getRecord(thread_db* tdbb) const
|
|||||||
{
|
{
|
||||||
record_param& rpb = request->req_rpb[m_streams[i]];
|
record_param& rpb = request->req_rpb[m_streams[i]];
|
||||||
Record* orgRecord = rpb.rpb_record;
|
Record* orgRecord = rpb.rpb_record;
|
||||||
rpb = rpbs.pop();
|
rpb = rpbs[i];
|
||||||
const AutoPtr<Record> newRecord(rpb.rpb_record);
|
const AutoPtr<Record> newRecord(rpb.rpb_record);
|
||||||
|
|
||||||
if (newRecord)
|
if (newRecord)
|
||||||
|
Loading…
Reference in New Issue
Block a user