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
c72b54a161
commit
21479f0874
|
@ -11,5 +11,5 @@ Branch2::Branch2(toml::value const &v_)
|
||||||
: mode(Mode::RW)
|
: mode(Mode::RW)
|
||||||
{
|
{
|
||||||
enabled = v_.at("enabled").as_boolean();
|
enabled = v_.at("enabled").as_boolean();
|
||||||
mode = Mode::_from_string(toml::find<std::string>(v_,"mode").c_str());
|
mode = Mode::_from_string(toml::find<const char*>(v_,"mode"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user