Browse Source

func_getattr_ff.cpp

getattr
Antonio SJ Musumeci 4 weeks ago
parent
commit
78c7fc48f3
  1. 1
      src/func_getattr_ff.cpp

1
src/func_getattr_ff.cpp

@ -19,6 +19,7 @@ Func2::GetattrFF::process(const Branches &branches_,
fullpath = branch.path;
fullpath /= fusepath_;
rv = fs::lstat(fullpath.c_str(),st_);
fmt::print("{} {}\n",fullpath,rv);
if(rv == 0)
return 0;
}

Loading…
Cancel
Save