Index: import_net_action.c =================================================================== --- import_net_action.c (revision 31016) +++ import_net_action.c (revision 31017) @@ -53,7 +53,7 @@ if ((aspects != IMPORT_ASPECT_NETLIST) || (numargs != 1)) return 0; /* only pure netlist import is supported from a single file*/ - f = pcb_fopen(&PCB->hidlib, args[0], "r"); + f = rnd_fopen(&PCB->hidlib, args[0], "r"); if (f == NULL) return 0;