git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@53054
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cur2 = alloca(sizeof(Evas_Textblock_Cursor));
cur2->obj = _cur2->obj;
evas_textblock_cursor_copy(_cur2, cur2);
- if (cur2->pos < eina_ustrbuf_length_get(cur2->node->unicode))
- {
- /* We want to also copy the pointed to char, only if it's not
- * the terminating null. */
- cur2->pos++;
- }
+
/* Parse the text between the cursors. */
for (tnode = cur1->node ; tnode ;
tnode = _NODE_TEXT(EINA_INLIST_GET(tnode)->next))