Index: trunk/util/gsch2pcb-rnd/gsch2pcb.c =================================================================== --- trunk/util/gsch2pcb-rnd/gsch2pcb.c (revision 25228) +++ trunk/util/gsch2pcb-rnd/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;