summaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index cd49db16..bb270de9 100644
--- a/hash.c
+++ b/hash.c
@@ -389,7 +389,7 @@ static void hash_print_op(val hash, val out, val pretty, struct strm_ctx *ctx)
put_char(chr('('), out);
if (h->hash_fun == equal_hash) {
- obj_print(equal_based_k, out);
+ obj_print_impl(equal_based_k, out, pretty, ctx);
need_space = 1;
}
if (h->flags != hash_weak_none) {