Index: xy.c =================================================================== --- xy.c (revision 31016) +++ xy.c (revision 31017) @@ -668,7 +668,7 @@ FILE *fp; subst_ctx_t ctx; - fp = pcb_fopen_askovr(&PCB->hidlib, xy_filename, "w", NULL); + fp = rnd_fopen_askovr(&PCB->hidlib, xy_filename, "w", NULL); if (!fp) { rnd_message(RND_MSG_ERROR, "Cannot open file %s for writing\n", xy_filename); return 1;