Index: fp_fs.c =================================================================== --- fp_fs.c (revision 31010) +++ fp_fs.c (revision 31011) @@ -238,7 +238,7 @@ char *working; /* String holding abs path to working dir */ sprintf(working_, "%s%c%s", toppath, RND_DIR_SEPARATOR_C, subdir); - rnd_path_resolve(&PCB->hidlib, working_, &working, 0, pcb_false); + rnd_path_resolve(&PCB->hidlib, working_, &working, 0, rnd_false); /* Return error if the root is not a directory, to give other fp_ plugins a chance */ if ((is_root) && (!pcb_is_dir(&PCB->hidlib, working))) { @@ -351,7 +351,7 @@ else strcpy(path, p); - rnd_path_resolve(&PCB->hidlib, path, &fpath, 0, pcb_false); + rnd_path_resolve(&PCB->hidlib, path, &fpath, 0, rnd_false); /* fprintf(stderr, " in '%s'\n", fpath);*/ fp_fs_list(&pcb_library, fpath, 1, fp_search_cb, &ctx, 1, 0);