diff options
author | Sebastian Geerken <devnull@localhost> | 2014-12-21 23:24:13 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-12-21 23:24:13 +0100 |
commit | 424a01ce5c2dd3cadd3d7ca60c7b43283c183b02 (patch) | |
tree | fcf4e10c1ce3a56e3ae7aeb4e1798e21aafbea41 /lout/misc.hh | |
parent | b21e3a4d98c1537ca430e81968dd4bb17561a981 (diff) | |
parent | a614ea631d34d5c6273bfdaeea6a79ce2eb366a1 (diff) |
Merge with main repo.
Diffstat (limited to 'lout/misc.hh')
-rw-r--r-- | lout/misc.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lout/misc.hh b/lout/misc.hh index 7edf83c1..b362fc2f 100644 --- a/lout/misc.hh +++ b/lout/misc.hh @@ -387,7 +387,7 @@ public: this->startExtra = index; resizeExtra (); } else { - if (index < startExtra) { + if (index < startExtra) { consolidate (); insert (index, numInsert); } else if (index < startExtra + numExtra) { |