you breaky my 1.7 compile I breaky your face!

On Wed, Jan 23, 2013 at 10:03 AM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:

> Log:
> e17: use eina_unicode_utf8_next_get instead of eina_unicode_utf8_get_next
>
> Author:       jihoon
> Date:         2013-01-23 02:03:31 -0800 (Wed, 23 Jan 2013)
> New Revision: 83141
> Trac:         http://trac.enlightenment.org/e/changeset/83141
>
> Modified:
>   trunk/e/src/bin/e_int_menus.c
>
> Modified: trunk/e/src/bin/e_int_menus.c
> ===================================================================
> --- trunk/e/src/bin/e_int_menus.c       2013-01-23 10:01:42 UTC (rev 83140)
> +++ trunk/e/src/bin/e_int_menus.c       2013-01-23 10:03:31 UTC (rev 83141)
> @@ -1394,7 +1394,7 @@
>     /* 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;
>
>
>
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnnow-d2d
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to