Browse Source

branch2.cpp

toml4
Antonio SJ Musumeci 8 months ago
parent
commit
b506f52ccf
  1. 2
      src/branch2.cpp

2
src/branch2.cpp

@ -70,7 +70,7 @@ Branch2::operator=(Branch2 const &b_)
bool
Branch2::matches_exclude(ghc::filesystem::path const &path_) const
{
int rv;
int rv;
const char *path;
path = path_.string().c_str();

Loading…
Cancel
Save