Index: read.c =================================================================== --- read.c (revision 28500) +++ read.c (revision 28501) @@ -2839,7 +2839,7 @@ read_state_t st; gsx_parse_res_t res; - f = pcb_fp_fopen(pcb_fp_default_search_path(), name, &fpst, NULL); + f = pcb_fp_fopen(&conf_core.rc.library_search_paths, name, &fpst, NULL); if (f == NULL) { return -1;