From b7190c7a2db06af8fe851dc1f827891ae8e50e4e Mon Sep 17 00:00:00 2001 From: Philip C Monk Date: Wed, 22 Jun 2016 22:31:18 -0400 Subject: [PATCH] fix misbehaving reap jet fixes https://www.reddit.com/r/urbit/comments/4pd7vk/im_very_confused_about_standardlibrary_lists/ --- jets/b/reap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jets/b/reap.c b/jets/b/reap.c index 87a7d7809f..683d3f172c 100644 --- a/jets/b/reap.c +++ b/jets/b/reap.c @@ -18,7 +18,7 @@ c3_w i_w = a; while ( i_w ) { - acc = u3nc(b, acc); + acc = u3nc(u3k(b), acc); i_w--; }