diff --git a/src/bin/e_int_menus.c b/src/bin/e_int_menus.c index 007b62b92..0d1522471 100644 --- a/src/bin/e_int_menus.c +++ b/src/bin/e_int_menus.c @@ -1394,7 +1394,7 @@ _e_int_menus_clients_title_abbrv(const char *title) /* Advance to the end of the first half of the string. */ len = 0; for (len2 = (max_len / 2); len2; len2--) - eina_unicode_utf8_get_next(title, &len); + eina_unicode_utf8_next_get(title, &len); strncat(abbvptr, title, len); abbvptr += len;