Index: animator/gc.h =================================================================== --- animator/gc.h (revision 5396) +++ animator/gc.h (revision 5397) @@ -41,7 +41,7 @@ int n, found = 0; send_begin(&pctx, "MakeGC"); - send_open(&pctx, 0); + send_open(&pctx, 0, 1); for(n = 0; n < NUM_GC; n++) { if (!gc[n].in_use) { found = 1; Index: animator/hid_anim.c =================================================================== --- animator/hid_anim.c (revision 5396) +++ animator/hid_anim.c (revision 5397) @@ -78,7 +78,7 @@ static void cmd_ready(proto_node_t *args) { send_begin(&pctx, "ready"); - send_open(&pctx, 0); + send_open(&pctx, 0, 1); send_close(&pctx); send_end(&pctx); }