Skip to content

Commit 41ece7e

Browse files
committed
Ping-pong, re issue #482
1 parent 2c1cc0b commit 41ece7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/print.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ static void print_iso_list(query *q, cell *c, pl_idx c_ctx, int running, bool co
650650
SB_sprintf(q->sb, "%s", "|");
651651

652652
if (q->portray_vars || q->do_dump_vars) {
653-
print_variable(q, orig_c, orig_c_ctx, running);
653+
print_variable(q, save_c, save_c_ctx, running);
654654
} else {
655655
SB_sprintf(q->sb, "%s", "...");
656656
}

0 commit comments

Comments
 (0)