mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-02 21:50:01 +08:00
branch_tier.cpp
This commit is contained in:
parent
f15705ccad
commit
8d8bbfc27f
|
@ -23,8 +23,8 @@ BranchTier::BranchTier(toml::value const &v_)
|
||||||
|
|
||||||
for(auto const &branch : branches)
|
for(auto const &branch : branches)
|
||||||
{
|
{
|
||||||
auto const &table = branch.as_table();
|
|
||||||
std::string type;
|
std::string type;
|
||||||
|
auto const &table = branch.as_table();
|
||||||
|
|
||||||
type = table.at("type").as_string();
|
type = table.at("type").as_string();
|
||||||
if(type == "literal")
|
if(type == "literal")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user