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

Loading…
Cancel
Save