Browse Source

mergerfs_api.cpp

webui
Antonio SJ Musumeci 2 weeks ago
parent
commit
0d3d45db94
  1. 2
      src/mergerfs_api.cpp

2
src/mergerfs_api.cpp

@ -48,7 +48,7 @@ mergerfs::api::is_mergerfs(const fs::path &mountpoint_)
int int
mergerfs::api::get_kvs(const fs::path &mountpoint_, mergerfs::api::get_kvs(const fs::path &mountpoint_,
std::map<std::string,std::string> *$kvs_)
std::map<std::string,std::string> *kvs_)
{ {
fs::path dot_mergerfs_filepath; fs::path dot_mergerfs_filepath;

Loading…
Cancel
Save