Index: fp_fs.c =================================================================== --- fp_fs.c (revision 20363) +++ fp_fs.c (revision 20364) @@ -228,7 +228,7 @@ sprintf(working_, "%s%c%s", toppath, PCB_DIR_SEPARATOR_C, subdir); - pcb_path_resolve(working_, &working, 0); + pcb_path_resolve(working_, &working, 0, pcb_false); /* Return error if the root is not a directory, to give other fp_ plugins a chance */ if ((is_root) && (!pcb_is_dir(working))) { @@ -326,7 +326,7 @@ memcpy(path, p, end - p); path[end - p] = '\0'; - pcb_path_resolve(path, &fpath, 0); + pcb_path_resolve(path, &fpath, 0, pcb_false); /* fprintf(stderr, " in '%s'\n", fpath);*/ fp_fs_list(&pcb_library, fpath, 1, fp_search_cb, &ctx, 1, 0);