Browse Source

fs_stat.hpp

nix-debugging
Antonio SJ Musumeci 2 days ago
parent
commit
9ca5809b68
  1. 2
      src/fs_stat.hpp

2
src/fs_stat.hpp

@ -98,7 +98,7 @@ namespace fs
return rv; return rv;
} }
auto i = sc<int>(follow_);
int i = sc<int>(follow_);
// auto s = fmt::format("Should never reach this: follow_={}",sc<int>(follow_)); // auto s = fmt::format("Should never reach this: follow_={}",sc<int>(follow_));
// DIE("{}",s); // DIE("{}",s);
return -EINVAL; return -EINVAL;

Loading…
Cancel
Save