Index: xy.c =================================================================== --- xy.c (revision 27607) +++ xy.c (revision 27608) @@ -811,7 +811,7 @@ if (!xy_filename) xy_filename = "pcb-out.xy"; - pcb_cam_begin_nolayer(PCB, &cam, options[HA_cam].str, &xy_filename); + pcb_cam_begin_nolayer(PCB, &cam, NULL, options[HA_cam].str, &xy_filename); if (options[HA_unit].lng == -1) xy_unit = get_unit_struct("mil");