Browse Source

func_create_ff.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
b9c5ff676c
  1. 10
      src/func_create_ff.cpp

10
src/func_create_ff.cpp

@ -24,11 +24,11 @@ namespace l
{ {
static static
int int
create(Branches2 &branches_,
char const *fusepath_,
mode_t const mode_,
mode_t const umask_,
fuse_file_info_t *ffi_)
create(Branches2 &branches_,
ghc::filesystem::path const &fusepath_,
mode_t const mode_,
mode_t const umask_,
fuse_file_info_t *ffi_)
{ {
int rv; int rv;
FileInfo *fi; FileInfo *fi;

Loading…
Cancel
Save