Browse Source

func_getattr_combine.cpp

nix-debugging
Antonio SJ Musumeci 3 days ago
parent
commit
4d90595a53
  1. 3
      src/func_getattr_combine.cpp

3
src/func_getattr_combine.cpp

@ -33,7 +33,10 @@ Func2::GetAttrCombine::operator()(const Branches &branches_,
fullpath = branch.path / fusepath_;
rv = fs::stat(fullpath,&tmp_st,follow_symlinks_);
if(rv < 0)
{
err = rv;
continue;
}
if(!first_branch)
{

Loading…
Cancel
Save