mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-23 06:18:15 +08:00
branches2.cpp
This commit is contained in:
parent
b6b28aed41
commit
72fe28bafb
|
@ -28,6 +28,7 @@ Branches2::copy_enabled_rw(Branches2 &b_) const
|
|||
{
|
||||
if(b_._branches.size() < _branches.size())
|
||||
b_._branches.resize(_branches.size());
|
||||
|
||||
for(auto &bt : )
|
||||
{
|
||||
BranchTier newbt;
|
||||
|
|
Loading…
Reference in New Issue
Block a user