summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Parser/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/parser.c b/Parser/parser.c
index 9ae2702..7d053c9 100644
--- a/Parser/parser.c
+++ b/Parser/parser.c
@@ -320,7 +320,7 @@ dumptree(g, n)
else {
label l;
l.lb_type = TYPE(n);
- l.lb_str = TYPE(str);
+ l.lb_str = STR(n);
printf("%s", labelrepr(&l));
if (ISNONTERMINAL(TYPE(n))) {
printf("(");