8
0
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:
dimitr 2004-09-13 19:36:30 +00:00
parent 9f09f3ac77
commit 39a718784b

View File

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