Index: excellon.c =================================================================== --- excellon.c (revision 27072) +++ excellon.c (revision 27073) @@ -106,7 +106,7 @@ void pcb_drill_export_excellon(pcb_board_t *pcb, pcb_drill_ctx_t *ctx, int force_g85, int coord_fmt_idx, const char *fn) { - FILE *f = pcb_fopen(&PCB->hidlib, fn, "wb"); /* Binary needed to force CR-LF */ + FILE *f = pcb_fopen_askovr(&PCB->hidlib, fn, "wb", NULL); /* Binary needed to force CR-LF */ coord_format_t *cfmt; if (f == NULL) {