Index: export_vfs_fuse.c =================================================================== --- export_vfs_fuse.c (revision 30915) +++ export_vfs_fuse.c (revision 30916) @@ -244,7 +244,7 @@ /* pwd is lost during daemonisation */ if (!pcb_is_path_abs(PCB->hidlib.filename)) - fn = pcb_strdup_printf("%s%c%s", fuse_cwd, PCB_DIR_SEPARATOR_C, PCB->hidlib.filename); + fn = pcb_strdup_printf("%s%c%s", fuse_cwd, RND_DIR_SEPARATOR_C, PCB->hidlib.filename); if (pcb_save_pcb(fn, NULL) != 0) { fprintf(stderr, "Failed to save the modified board file\n");