Index: read.c =================================================================== --- read.c (revision 31800) +++ read.c (revision 31801) @@ -1182,7 +1182,7 @@ TODO("subc: revise this: are we loading an instance here? do we need to place it? do not even bump if not!") if (st->pcb->Data->subc_tree == NULL) st->pcb->Data->subc_tree = rnd_r_create_tree(); - rnd_r_insert_entry(st->pcb->Data->subc_tree, (rnd_rnd_box_t *)subc); + rnd_r_insert_entry(st->pcb->Data->subc_tree, (rnd_box_t *)subc); pcb_subc_rebind(st->pcb, subc); TODO("revise rotation and flip")