Browse Source

fs_stat.hpp

nix-debugging
Antonio SJ Musumeci 3 days ago
parent
commit
264bf1c5d7
  1. 4
      src/fs_stat.hpp

4
src/fs_stat.hpp

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