Browse Source

option_parser.cpp

passthrough-depth
Antonio SJ Musumeci 1 month ago
parent
commit
45bb98343f
  1. 2
      src/option_parser.cpp

2
src/option_parser.cpp

@ -429,7 +429,7 @@ namespace options
if(state.branches.size() < 1) if(state.branches.size() < 1)
errs_->push_back({0,"branches not set"}); errs_->push_back({0,"branches not set"});
if(!errs_->empty()) if(!errs_->empty())
return;
state.mountpoint = state.branches.back(); state.mountpoint = state.branches.back();
state.branches.pop_back(); state.branches.pop_back();

Loading…
Cancel
Save