efl: deprecate eina_unicode_utf8_get_next, add eina_unicode_utf8_next_get.

SVN revision: 83048
This commit is contained in:
Cedric BAIL 2013-01-22 02:00:55 +00:00
parent 317920e3e3
commit 5f655fecae
1 changed files with 1 additions and 1 deletions

View File

@ -2220,7 +2220,7 @@ _text_append_idler(void *data)
{
int prev_pos = pos;
Eina_Unicode tmp =
eina_unicode_utf8_get_next(sd->append_text_left, &pos);
eina_unicode_utf8_next_get(sd->append_text_left, &pos);
if (esc_start == -1)
{