Index: ipcd356.c =================================================================== --- ipcd356.c (revision 31016) +++ ipcd356.c (revision 31017) @@ -381,7 +381,7 @@ } } - f = pcb_fopen(&PCB->hidlib, fname, "r"); + f = rnd_fopen(&PCB->hidlib, fname, "r"); if (f == NULL) { rnd_message(RND_MSG_ERROR, "Can't open %s for read\n", fname); RND_ACT_IRES(1); @@ -446,7 +446,7 @@ if ((aspects != IMPORT_ASPECT_NETLIST) || (numargs != 1)) return 0; /* only pure netlist import is supported */ - f = pcb_fopen(&PCB->hidlib, args[0], "r"); + f = rnd_fopen(&PCB->hidlib, args[0], "r"); if (f == NULL) return 0;