From 2e8b2aee224f907f23543d41a9be7a6d1cd7ea57 Mon Sep 17 00:00:00 2001 From: Jared Hance Date: Thu, 17 Jul 2014 11:40:52 -0400 Subject: [PATCH] Initial klay stuff. Clay.hoon doesn't work yet, haven't done subscriptions. Should probably changes yakis to only reference yaki mugs rather than yakis themselves - and have a blob map in the dome. Otherwise subscriptions and merges will suck for large stuff. --- v/unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v/unix.c b/v/unix.c index dff12a506..954f86dc0 100644 --- a/v/unix.c +++ b/v/unix.c @@ -1113,7 +1113,7 @@ _unix_desk_sync_soba(u2_udir* dir_u, u2_noun doz) u2_noun zod = u2t(doz); while ( u2_nul != zod ) { - _unix_desk_sync_tako(dir_u, u2k(u2h(u2h(zod))), u2k(u2t(u2t(u2h(zod))))); + _unix_desk_sync_tako(dir_u, u2k(u2h(u2h(zod))), u2k(u2t(u2h(zod)))); zod = u2t(zod); } u2z(doz);