Browse Source

branches2.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
1a0a2d7ea3
  1. 2
      src/branches2.cpp

2
src/branches2.cpp

@ -28,7 +28,7 @@ Branches2::clonepath(ghc::filesystem::path basepath_,
ghc::filesystem::path relpath_) ghc::filesystem::path relpath_)
{ {
int rv; int rv;
for(auto const &tier : _branches) for(auto const &tier : _branches)
{ {
for(auto const &branch : tier) for(auto const &branch : tier)

Loading…
Cancel
Save