Index: data.c =================================================================== --- data.c (revision 29720) +++ data.c (revision 29721) @@ -416,7 +416,7 @@ PCB_ENDALL_LOOP; PCB_ARC_ALL_LOOP(data); { - pcb_arc_mirror(layer, arc, y_offs, undoable); + pcb_arc_mirror(arc, y_offs, undoable); } PCB_ENDALL_LOOP; PCB_POLY_ALL_LOOP(data);