Browse Source

func_create_ff.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
5813559c81
  1. 3
      src/func_create_ff.cpp

3
src/func_create_ff.cpp

@ -33,6 +33,7 @@ namespace l
int rv;
FileInfo *fi;
fs::info_t info;
ghc::filesystem::path fullpath;
for(auto &tier : branches_)
{
@ -48,8 +49,6 @@ namespace l
if(info.spaceavail < branch.min_free_space)
continue;
ghc::filesystem::path fullpath;
fullpath = branch.path / fusepath_;
if(!fs::acl::dir_has_defaults(fullpath))

Loading…
Cancel
Save