Index: ipcd356.c =================================================================== --- ipcd356.c (revision 25226) +++ ipcd356.c (revision 25227) @@ -379,7 +379,7 @@ } } - f = pcb_fopen(fname, "r"); + f = pcb_fopen(&PCB->hidlib, fname, "r"); if (f == NULL) { pcb_message(PCB_MSG_ERROR, "Can't open %s for read\n", fname); PCB_ACT_IRES(1);