From 141d7ebf6aaf30c2fc8497f1cdf2f185fba18f8f Mon Sep 17 00:00:00 2001 From: Ted Blackman Date: Mon, 28 Jan 2019 15:30:08 -0800 Subject: [PATCH] fix a +has:in call site --- sys/hoon.hoon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/hoon.hoon b/sys/hoon.hoon index d5c0f69d1..3897857ba 100644 --- a/sys/hoon.hoon +++ b/sys/hoon.hoon @@ -12130,7 +12130,7 @@ |= [acc=_map [ty=type k=xkey]] =/ dest (~(get by refs.tbl) k) ?^ dest (~(put by acc) ty u.dest) - ?. (~(has in live.tbl)) acc + ?. (~(has in live.tbl) k) acc (~(put in acc) ty k) :: :: Rebuild the `xrays` table.