Index: mentor_sch.c =================================================================== --- mentor_sch.c (revision 31005) +++ mentor_sch.c (revision 31006) @@ -142,7 +142,7 @@ rnd_conf_loop_list_str(&conf_mentor.plugins.import_mentor_sch.map_search_paths, item, item_str, idx) { char *p; - pcb_path_resolve(&PCB->hidlib, item_str, &p, 0, pcb_false); + rnd_path_resolve(&PCB->hidlib, item_str, &p, 0, pcb_false); if (p != NULL) { cnt += nethlp_load_part_map(&nhctx, p); free(p);