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:
parent
fc0331ec9f
commit
7667d6e88f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user