Index: read.c =================================================================== --- read.c (revision 31800) +++ read.c (revision 31801) @@ -1122,7 +1122,7 @@ if (dt->subc_tree == NULL) dt->subc_tree = rnd_r_create_tree(); - rnd_r_insert_entry(dt->subc_tree, (rnd_rnd_box_t *)subc); + rnd_r_insert_entry(dt->subc_tree, (rnd_box_t *)subc); pcb_subc_rebind(ctx->pcb, subc); } @@ -1259,7 +1259,7 @@ /* 'autocrop' the board for now (required by y mirror and unknown extents) */ { - rnd_rnd_box_t bb; + rnd_box_t bb; pcb_data_normalize(ctx->pcb->Data); pcb_data_bbox(&bb, ctx->pcb->Data, 0); ctx->pcb->hidlib.size_x = bb.X2;