Browse Source

fs_stat.hpp

nix-debugging
Antonio SJ Musumeci 3 days ago
parent
commit
6d42b3188c
  1. 5
      src/fs_stat.hpp

5
src/fs_stat.hpp

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