Skip to content
Commit 3fd56352 authored by Tobias Koenig's avatar Tobias Koenig
Browse files

Prevent maxLength to become smaller than indent.length

Since indent.length is substracted from maxLength, we have to
make sure it is > indent.length+1, otherwise maxLength will be
negative and the while loop will never terminated :/

BUG: 261075

svn path=/trunk/KDE/kdepimlibs/; revision=1210462
(cherry picked from commit ccf2c550)
parent dbbea719
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