summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index dc0b7161..b9e510f3 100644
--- a/lib.c
+++ b/lib.c
@@ -12351,7 +12351,7 @@ val obj_print_impl(val obj, val out, val pretty, struct strm_ctx *ctx)
put_string(lit(".."), out);
obj_print_impl(third(obj), out, pretty, ctx);
} else if ((sym == uref_s || sym == qref_s) &&
- simple_qref_args_p(cdr(obj), if3(sym == uref_s, zero, one)))
+ simple_qref_args_p(cdr(obj), if3(sym == uref_s, one, zero)))
{
val iter = cdr(obj), next;