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