Browse Source

func_getattr_ff.cpp

getattr
Antonio SJ Musumeci 2 months ago
parent
commit
a11d280567
  1. 1
      src/func_getattr_ff.cpp

1
src/func_getattr_ff.cpp

@ -19,7 +19,6 @@ Func2::GetattrFF::process(const Branches &branches_,
rv = fs::lstat(fullpath.c_str(),st_); rv = fs::lstat(fullpath.c_str(),st_);
if(rv == 0) if(rv == 0)
return 0; return 0;
} }
return 0; return 0;

Loading…
Cancel
Save