Index: act_geo.c =================================================================== --- act_geo.c (revision 27631) +++ act_geo.c (revision 27632) @@ -77,7 +77,7 @@ if ((obj == NULL) || (obj->type != PCB_OBJ_ARC)) return FGW_ERR_ARG_CONV; - PCB_ACT_IRES(pcb_is_point_on_arc(x, y, r, (pcb_line_t *)obj)); + PCB_ACT_IRES(pcb_is_point_on_arc(x, y, r, (pcb_arc_t *)obj)); return 0; }