Index: export_stl.c =================================================================== --- export_stl.c (revision 31016) +++ export_stl.c (revision 31017) @@ -202,7 +202,7 @@ pcb_cam_begin_nolayer(PCB, &cam, NULL, options[HA_cam].str, &filename); - f = pcb_fopen_askovr(&PCB->hidlib, filename, "wb", NULL); + f = rnd_fopen_askovr(&PCB->hidlib, filename, "wb", NULL); if (!f) { perror(filename); return;