Skip to content
Commit d59ffb4a authored by Albert Astals Cid's avatar Albert Astals Cid
Browse files

Fix crash when searching backwards

When searching backwards end is not actually words.end but words.begin (since the loop goes backwards) hence we can't pass end to stringLengthAdaptedWithHyphen
I've now renamed end to loop_end to make it a bit more clear.
BUGS: 309030
FIXED-IN: 4.9.4
parent 84be0468
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