mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 01:54:43 +03:00
fix misbehaving reap jet
fixes https://www.reddit.com/r/urbit/comments/4pd7vk/im_very_confused_about_standardlibrary_lists/
This commit is contained in:
parent
8c11355987
commit
b7190c7a2d
@ -18,7 +18,7 @@
|
||||
c3_w i_w = a;
|
||||
|
||||
while ( i_w ) {
|
||||
acc = u3nc(b, acc);
|
||||
acc = u3nc(u3k(b), acc);
|
||||
i_w--;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user