Index: export_vfs_fuse.c =================================================================== --- export_vfs_fuse.c (revision 31006) +++ export_vfs_fuse.c (revision 31007) @@ -244,7 +244,7 @@ /* pwd is lost during daemonisation */ if (!rnd_is_path_abs(PCB->hidlib.filename)) - fn = pcb_strdup_printf("%s%c%s", fuse_cwd, RND_DIR_SEPARATOR_C, PCB->hidlib.filename); + fn = rnd_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");