Index: gsch2pcb.c =================================================================== --- gsch2pcb.c (revision 25228) +++ gsch2pcb.c (revision 25229) @@ -207,7 +207,7 @@ char *s, buf[1024], config[32], arg[768]; int n; - f = pcb_fopen(path, "r"); + f = pcb_fopen(NULL, path, "r"); if (!f) return;