Commit 308d2f2f authored by sbl1996@126.com's avatar sbl1996@126.com

Comment force action in multi_select

parent 41a74133
......@@ -3864,6 +3864,7 @@ private:
}
}
// TODO: use this when added to history actions
if ((min == max) && (max == specs.size())) {
resp_buf_[0] = specs.size();
for (int i = 0; i < specs.size(); ++i) {
......@@ -3944,6 +3945,7 @@ private:
// combs = combinations_with_weight(release_params, min);
}
// TODO: use this when added to history actions
if (max == specs.size()) {
// tribute all
resp_buf_[0] = specs.size();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment