8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 23:23:04 +01:00
This commit is contained in:
alexpeshkoff 2008-03-24 14:40:12 +00:00
parent 36876c4c5e
commit 773ed9d5af

View File

@ -5009,6 +5009,7 @@ static void into( gpre_req* request, GPRE_NOD field_list, GPRE_NOD var_list)
|| ((*fld_ptr)->nod_type == nod_array))
{
field_ref = (REF) (*fld_ptr)->nod_arg[0];
if ((*fld_ptr)->nod_count > 2)
slice_req = (gpre_req*) (*fld_ptr)->nod_arg[2];
}