Index: read.c =================================================================== --- read.c (revision 29715) +++ read.c (revision 29716) @@ -1733,7 +1733,7 @@ res = eagle_foreach_dispatch(&st, st.parser.calls->children(&st.parser, st.parser.root), disp, NULL, 0); if (res == 0) { pcb_undo_freeze_add(); - pcb_data_mirror(pcb->Data, 0, PCB_TXM_COORD, 0); + pcb_data_mirror(pcb->Data, 0, PCB_TXM_COORD, 0, 0); pcb_undo_unfreeze_add(); } pcb_create_being_lenient = old_leni; @@ -1798,7 +1798,7 @@ res |= eagle_foreach_dispatch(&st, st.parser.calls->children(&st.parser, st.parser.root), disp_2, NULL, 0); if (res == 0) { pcb_undo_freeze_add(); - pcb_data_mirror(pcb->Data, 0, PCB_TXM_COORD, 0); + pcb_data_mirror(pcb->Data, 0, PCB_TXM_COORD, 0, 0); pcb_undo_unfreeze_add(); } pcb_create_being_lenient = old_leni;