Index: stat.c =================================================================== --- stat.c (revision 27072) +++ stat.c (revision 27073) @@ -152,7 +152,7 @@ if (!filename) filename = "pcb.stat.lht"; - f = pcb_fopen(&PCB->hidlib, filename, "w"); + f = pcb_fopen_askovr(&PCB->hidlib, filename, "w", NULL); if (!f) { perror(filename); return;