summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.c b/match.c
index 7ff1b27f..18b3fd20 100644
--- a/match.c
+++ b/match.c
@@ -170,7 +170,7 @@ static void dump_var(val var, char *pfx1, size_t len1,
pprint(value, ss);
str = get_string_from_stream(ss);
- put_string(var, std_output);
+ put_string(symbol_name(var), std_output);
dump_byte_string(pfx1);
dump_byte_string(pfx2);
put_char(chr('='), std_output);