mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-08 23:36:14 +08:00
branch_tier.cpp
This commit is contained in:
parent
3c0d47df93
commit
90d9d8f0d5
|
@ -27,7 +27,7 @@ namespace l
|
||||||
fs::glob(pattern,&paths);
|
fs::glob(pattern,&paths);
|
||||||
|
|
||||||
auto table = v_;
|
auto table = v_;
|
||||||
branches_.resize(paths.size());
|
branches_.resize(branches_.size() + paths.size());
|
||||||
for(auto &path : paths)
|
for(auto &path : paths)
|
||||||
{
|
{
|
||||||
table["path"] = path;
|
table["path"] = path;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user