Browse Source

func_create_ff.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
0d229f0676
  1. 8
      src/func_create_ff.cpp

8
src/func_create_ff.cpp

@ -80,10 +80,10 @@ namespace l
} }
int int
Func::CreateFF::operator()(Branches2 &branches_,
char const *fusepath_,
mode_t const mode_,
fuse_file_info_t *ffi_)
Func::CreateFF::operator()(Branches2 &branches_,
ghc::filesystem::path const &fusepath_,
mode_t const mode_,
fuse_file_info_t *ffi_)
{ {
int rv; int rv;
Config::Read cfg; Config::Read cfg;

Loading…
Cancel
Save