Browse Source

fs_stat.hpp

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

3
src/fs_stat.hpp

@ -59,7 +59,6 @@ namespace fs
switch(follow_) switch(follow_)
{ {
default:
case FollowSymlinksEnum::NEVER: case FollowSymlinksEnum::NEVER:
rv = fs::lstat(path_,st_); rv = fs::lstat(path_,st_);
return rv; return rv;
@ -98,7 +97,7 @@ namespace fs
return rv; return rv;
} }
DIE("Should never reach this");
DIE("Should never reach this: ");
return -EINVAL; return -EINVAL;
} }
} }
Loading…
Cancel
Save