Browse Source

func_getattr_ff.cpp

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

2
src/func_getattr_ff.cpp

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

Loading…
Cancel
Save