Index: excellon.c =================================================================== --- excellon.c (revision 31016) +++ excellon.c (revision 31017) @@ -113,7 +113,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_askovr(&PCB->hidlib, fn, "wb", NULL); /* Binary needed to force CR-LF */ + FILE *f = rnd_fopen_askovr(&PCB->hidlib, fn, "wb", NULL); /* Binary needed to force CR-LF */ coord_format_t *cfmt; if (f == NULL) {