mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-22 12:36:31 +08:00
branch2.cpp
This commit is contained in:
parent
3ff5e50a36
commit
3c8b39fe6b
|
@ -3,5 +3,5 @@
|
|||
|
||||
Branch2::Branch2(toml::value const &v_)
|
||||
{
|
||||
enabled = v_["enabled"].as_boolean();
|
||||
enabled = v_.at("enabled").as_boolean();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user