Revision d59ffb4...
Go back to digest for 4th November 2012Bug Fixes in Graphics
Albert Astals Cid committed changes in [okular/KDE/4.9] core/textpage.cpp:
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.
FIXED-IN: 4.9.4
File Changes
Modified 1 files
- core/textpage.cpp
1 files changed in total