Browse Source

func_getattr_newest.cpp

getattr
Antonio SJ Musumeci 1 month ago
parent
commit
680052acf1
  1. 2
      src/func_getattr_newest.cpp

2
src/func_getattr_newest.cpp

@ -22,7 +22,7 @@ Func2::GetattrNewest::process(const Branches &branches_,
fullpath = branch.path;
fullpath += fusepath_;
rv = fs::lstat(fullpath.c_str(),&st);
rv = fs::lstat(fullpath.c_str(),&tmp_st);
if(rv == -1)
continue;

Loading…
Cancel
Save