func_create_ff.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-04 22:14:24 -06:00
parent 2ef7be823d
commit 0d229f0676

View File

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