8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 23:23:04 +01:00

Update DSQL_pretty to print nod_src_info contents correctly

This commit is contained in:
hvlad 2008-04-30 20:03:40 +00:00
parent fc0331ec9f
commit 7667d6e88f

View File

@ -11592,7 +11592,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: