8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 06:03:02 +01:00

Update DSQL_pretty to print nod_src_info contents correctly

This commit is contained in:
hvlad 2008-04-30 19:58:07 +00:00
parent d5e68f6617
commit 4e9499560f

View File

@ -2836,7 +2836,8 @@ void DSQL_pretty(const dsql_nod* node, int column)
break;
case nod_src_info:
verb = "src_info";
sprintf(s, "src_info: line %d, col %d", (int) (IPTR) (*ptr++), (int) (IPTR) (*ptr++));
verb = s;
break;
case nod_with: