Index: mentor_sch.c =================================================================== --- mentor_sch.c (revision 20363) +++ mentor_sch.c (revision 20364) @@ -141,7 +141,7 @@ conf_loop_list_str(&conf_mentor.plugins.import_mentor_sch.map_search_paths, item, item_str, idx) { char *p; - pcb_path_resolve(item_str, &p, 0); + pcb_path_resolve(item_str, &p, 0, pcb_false); if (p != NULL) { cnt += nethlp_load_part_map(&nhctx, p); free(p);