Browse Source

option_parser.cpp

passthrough-depth
Antonio SJ Musumeci 3 months ago
parent
commit
798222f37f
  1. 3
      src/option_parser.cpp

3
src/option_parser.cpp

@ -428,8 +428,7 @@ namespace options
state.branches.back().c_str()); state.branches.back().c_str());
state.branches.pop_back(); state.branches.pop_back();
_process_branches(cfg,
errs_,
_process_branches(errs_,
str::join(state.branches,':').c_str()); str::join(state.branches,':').c_str());
if(cfg.branches->empty()) if(cfg.branches->empty())

Loading…
Cancel
Save