Evas textblock: Fixed issue with *textblock_cursor_range_formats_get.
authorTom Hacohen <tom@stosb.com>
Thu, 4 Jul 2013 09:02:48 +0000 (10:02 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 4 Jul 2013 09:07:52 +0000 (10:07 +0100)
commit5d4ff97e20945e5ac1448fd04cf180616d9f63e3
tree479d4edbdb57ad8dfe9804e43f4c78e6a77c3e18
parent09a5c28e5b3b79432101cab5e565d9ea2bf83745
Evas textblock: Fixed issue with *textblock_cursor_range_formats_get.

In some cases we could return extra formats that are outside of the
range. It's actually not completely fixed yet.

Thanks to clang-analyzer for detecting this.
src/lib/evas/canvas/evas_object_textblock.c