mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 10:43:03 +01:00
Fixed another my bug, spotted by Arno.
This commit is contained in:
parent
9f09f3ac77
commit
39a718784b
@ -314,6 +314,7 @@ void MAKE_desc(dsc* desc, dsql_nod* node, dsql_nod* null_replacement)
|
||||
|
||||
switch (node->nod_type) {
|
||||
case nod_constant:
|
||||
case nod_variable:
|
||||
*desc = node->nod_desc;
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user