Index: dsn.c =================================================================== --- dsn.c (revision 31016) +++ dsn.c (revision 31017) @@ -229,7 +229,7 @@ } /* load and parse the file into a dom tree */ - f = pcb_fopen(&PCB->hidlib, fname, "r"); + f = rnd_fopen(&PCB->hidlib, fname, "r"); if (f == NULL) { rnd_message(RND_MSG_ERROR, "import_dsn: can't open %s for read\n", fname); return 1;