Index: read.c =================================================================== --- read.c (revision 31039) +++ read.c (revision 31040) @@ -1181,8 +1181,8 @@ pcb_subc_bbox(subc); 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 = pcb_r_create_tree(); - pcb_r_insert_entry(st->pcb->Data->subc_tree, (rnd_rnd_box_t *)subc); + st->pcb->Data->subc_tree = rnd_r_create_tree(); + rnd_r_insert_entry(st->pcb->Data->subc_tree, (rnd_rnd_box_t *)subc); pcb_subc_rebind(st->pcb, subc); TODO("revise rotation and flip")