efl: remove a forgotten deprecated call.

SVN revision: 83069
This commit is contained in:
Cedric BAIL 2013-01-22 10:47:47 +00:00
parent 4d8dffc411
commit c0e62fb818
1 changed files with 1 additions and 1 deletions

View File

@ -3548,7 +3548,7 @@ _layout_text_append(Ctxt *c, Evas_Object_Textblock_Format *fmt, Evas_Object_Text
tbase = str = ptr = alloca((off + 1) * sizeof(Eina_Unicode));
ind = 0;
urepch = eina_unicode_utf8_get_next(repch, &ind);
urepch = eina_unicode_utf8_next_get(repch, &ind);
for (i = 0 ; i < off; ptr++, i++)
*ptr = urepch;
*ptr = 0;