mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-02 13:53:02 +08:00
branch2.cpp
This commit is contained in:
parent
03d90a3899
commit
3820c3364b
|
@ -13,5 +13,5 @@ Branch2::Branch2(toml::value const &v_)
|
|||
enabled = v_.at("enabled").as_boolean();
|
||||
mode = Mode::_from_string(toml::find<std::string>(v_,"mode").c_str());
|
||||
min_free_space = 0;
|
||||
path = v_.at("path").as_string();
|
||||
path = toml::find<std::string>(v_,"path");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user