Skip to content
Commit a0d9fcfe authored by Kai Uwe Broulik's avatar Kai Uwe Broulik 🍇
Browse files

Increment iterator before any potential continue

Otherwise if none of the results are viable, we could end up in an infinite loop because we continue before
we actually advance the iterator but also never reach the actionCount limit.

Differential Revision: https://phabricator.kde.org/D22004
parent 65944938
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