mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-02 21:50:01 +08:00
branch2.cpp
This commit is contained in:
parent
3ae5367cb4
commit
66098421d8
|
@ -14,4 +14,5 @@ Branch2::Branch2(toml::value const &v_)
|
||||||
mode = Mode::_from_string(toml::find<std::string>(v_,"mode").c_str());
|
mode = Mode::_from_string(toml::find<std::string>(v_,"mode").c_str());
|
||||||
min_free_space = 0;
|
min_free_space = 0;
|
||||||
path = toml::find<std::string>(v_,"path");
|
path = toml::find<std::string>(v_,"path");
|
||||||
|
printf("%s\n",path.string().c_str());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user