Browse Source

func_getattr_ff.cpp

nix-debugging
Antonio SJ Musumeci 1 day ago
parent
commit
a260bd8364
  1. 1
      src/func_getattr_ff.cpp

1
src/func_getattr_ff.cpp

@ -23,6 +23,7 @@ Func2::GetAttrFF::operator()(const Branches &branches_,
fs::path fullpath;
Err err;
err = -ENXIO;
for(const auto &branch : branches_)
{
fullpath = branch.path / fusepath_;

Loading…
Cancel
Save