Index: find_geo.c =================================================================== --- find_geo.c (revision 30246) +++ find_geo.c (revision 30247) @@ -997,6 +997,7 @@ case PCB_PSSH_CIRC: { pcb_line_t tmp; + tmp.type = PCB_OBJ_LINE; tmp.Point1.X = tmp.Point2.X = shape->data.circ.x + ps->x; tmp.Point1.Y = tmp.Point2.Y = shape->data.circ.y + ps->y; tmp.Clearance = 0;