Browse Source

Auto-commit fs_inode.cpp

fixes
Antonio SJ Musumeci 1 day ago
parent
commit
3076462bda
  1. 4
      src/fs_inode.cpp

4
src/fs_inode.cpp

@ -76,8 +76,8 @@ static
u64 u64
_path_hash32(const std::string &branch_path_, _path_hash32(const std::string &branch_path_,
const std::string &fusepath_, const std::string &fusepath_,
const mode_t mode_,
const ino_t ino_)
const mode_t mode_,
const ino_t ino_)
{ {
u64 h; u64 h;

Loading…
Cancel
Save