Browse Source

func_create_ff.cpp

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

8
src/func_create_ff.cpp

@ -81,10 +81,10 @@ namespace l
} }
int int
Func2::CreateFF::operator()(Branches2 &branches_,
ghc::filesystem::path const &fusepath_,
mode_t const mode_,
fuse_file_info_t *ffi_)
Func2::CreateFF::operator()(Branches2 &branches_,
fs::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