]> granicus.if.org Git - libass/commit
Fix line counting and breaking
authorGrigori Goronzy <greg@blackbox>
Sun, 17 Jul 2011 11:53:29 +0000 (13:53 +0200)
committerGrigori Goronzy <greg@blackbox>
Sun, 17 Jul 2011 11:55:01 +0000 (13:55 +0200)
commit2f01497b9974ab083b99bed3823bbf9702ad8b9a
treec4f68e79ebbac00a602ffb37f10108a713dbfd12
parentc3167c0876ba3f727075a5c44797780a0a334477
Fix line counting and breaking

Make sure to increment the line counter only if the offset of the new
line is actually legal and inside the bounds of the text size. Fixes
random crashes in case the last symbol of the line is a break.

git-blame says it's Evgeniys fault, it wasn't caused by the recent
layout changes.
libass/ass_render.c