Browse Source

branches2.cpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
962ee01ccc
  1. 3
      src/branches2.cpp

3
src/branches2.cpp

@ -38,5 +38,6 @@ Branches2::clonepath(ghc::filesystem::path basepath_,
} }
} }
return 0;
errno = ENOENT;
return -1;
} }
Loading…
Cancel
Save