diff --git a/src/util.cc b/src/util.cc index 63e3f32..82595eb 100644 --- a/src/util.cc +++ b/src/util.cc @@ -61,6 +61,9 @@ OptionValue GetRandomOptionValueFromString(std::string descriptor) { int max = std::stoi(parts[it + 1]); result.range_subset = std::tuple(min, max); + + it++; + it++; } if (it != parts.size()) {