Browse Source

fs_stat.hpp

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

2
src/fs_stat.hpp

@ -97,7 +97,7 @@ namespace fs
return rv;
}
DIE("Should never reach this: {}",follow_);
DIE("Should never reach this: follow_={}",follow_);
return -EINVAL;
}
}
Loading…
Cancel
Save