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