Index: stat.c =================================================================== --- stat.c (revision 31800) +++ stat.c (revision 31801) @@ -334,7 +334,7 @@ PCB_END_LOOP; if (pcb_has_explicit_outline(PCB)) { - rnd_rnd_box_t bb; + rnd_box_t bb; pcb_data_bbox_naked(&bb, PCB->Data, rnd_true); width = bb.X2 - bb.X1; height = bb.Y2 - bb.Y1;