func_create_ff.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-05 11:54:02 -06:00
parent d5ecf78fc6
commit d3d1963778

View File

@ -81,10 +81,10 @@ namespace l
}
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;
Config::Read cfg;