Browse Source

fs_xattr.cpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
8a53e3c9f8
  1. 8
      src/fs_xattr.cpp

8
src/fs_xattr.cpp

@ -284,10 +284,10 @@ fs::xattr::set(const int fd_,
} }
int int
fs::xattr::set(const string &path_,
const string &key_,
const string &val_,
const int flags_)
fs::xattr::set(const fs::path &path_,
const string &key_,
const string &val_,
const int flags_)
{ {
return fs::lsetxattr(path_, return fs::lsetxattr(path_,
key_, key_,

Loading…
Cancel
Save