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
9b92ec5a37
commit
2a09c57615
|
@ -22,7 +22,7 @@ Branches2::Branches2(toml::value const &v_)
|
|||
auto const &branch_table = branch.as_table();
|
||||
|
||||
fmt::print("{}\n",
|
||||
branch_table.at("type").as_string());
|
||||
branch_table.at("type").as_string().str());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user