Browse Source

option_parser.cpp

passthrough-depth
Antonio SJ Musumeci 1 month ago
parent
commit
c531289541
  1. 3
      src/option_parser.cpp

3
src/option_parser.cpp

@ -339,8 +339,7 @@ _option_processor(void *data_,
static static
void void
_check_for_mount_loop(Config &cfg,
Config::ErrVec *errs_)
_check_for_mount_loop(Config::ErrVec *errs_)
{ {
fs::path mount; fs::path mount;
std::vector<fs::path> branches; std::vector<fs::path> branches;

Loading…
Cancel
Save