Browse Source

mergerfs_api.cpp

webui
Antonio SJ Musumeci 1 week ago
parent
commit
875df90bab
  1. 2
      src/mergerfs_api.cpp

2
src/mergerfs_api.cpp

@ -30,7 +30,7 @@ _lgetxattr(const std::string &input_path_,
key = "user.mergerfs." + key_;
return fs::xattr::get(input_path_,key,&val_);
return fs::xattr::get(input_path_,key,val_);
}

Loading…
Cancel
Save