Browse Source

fs_acl.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
7323bcd7d3
  1. 2
      src/fs_acl.cpp

2
src/fs_acl.cpp

@ -44,7 +44,7 @@ namespace fs
} }
bool bool
dir_has_defaults(const int fd_,
dir_has_defaults(const int dirfd_,
const ghc::filesystem::path &relpath_) const ghc::filesystem::path &relpath_)
{ {
int rv; int rv;

Loading…
Cancel
Save