mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-02 01:25:00 +08:00
branches2.cpp
This commit is contained in:
parent
b22991b878
commit
ad981dedbe
|
@ -32,8 +32,9 @@ Branches2::clonepath(ghc::filesystem::path basepath_,
|
|||
if(branch.path == basepath_)
|
||||
continue;
|
||||
rv = fs::clonepath(branch.path,basepath_,relpath_);
|
||||
if(rv == 0)
|
||||
return 0;
|
||||
if(rv < 0)
|
||||
continue;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user