oops
This commit is contained in:
parent
95a762ee0f
commit
55937b0bba
|
@ -76,7 +76,7 @@ namespace swbf {
|
||||||
if(options.exact) {
|
if(options.exact) {
|
||||||
BruteforceForLength(prefix, options.startLength);
|
BruteforceForLength(prefix, options.startLength);
|
||||||
} else {
|
} else {
|
||||||
for(std::uint32_t i = options.startLength; i < options.endLength; ++i)
|
for(std::uint32_t i = options.startLength; i <= options.endLength; ++i)
|
||||||
BruteforceForLength(prefix, i);
|
BruteforceForLength(prefix, i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue