Browse Source

fs_stat.hpp

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

3
src/fs_stat.hpp

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