Index: ipcd356.c =================================================================== --- ipcd356.c (revision 31016) +++ ipcd356.c (revision 31017) @@ -461,7 +461,7 @@ pcb_cam_begin_nolayer(PCB, &cam, NULL, options[HA_cam].str, &fn); - f = pcb_fopen_askovr(&PCB->hidlib, fn, "w", NULL); + f = rnd_fopen_askovr(&PCB->hidlib, fn, "w", NULL); if (f == NULL) { rnd_message(RND_MSG_ERROR, "Can't open %s for write\n", fn); return;