mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-30 12:33:49 +08:00
branches2.cpp
This commit is contained in:
parent
d89a944031
commit
011716d471
|
@ -17,7 +17,7 @@ Branches2::Branches2(toml::value const &v_)
|
|||
|
||||
for(auto const &branch : branches.as_array())
|
||||
{
|
||||
auto const &branch_table = branch.as_table();
|
||||
auto const &branch_table = branch;//.as_table();
|
||||
|
||||
if(toml::find<std::string>(branch_table,"type") == "literal");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user