Cheers !!

dh

Enlightenment SVN wrote:
> Log:
>   fix bug spotted by Brian Wang.
>   
> Author:       barbieri
> Date:         2009-11-18 16:38:34 -0800 (Wed, 18 Nov 2009)
> New Revision: 43793
> 
> Modified:
>   trunk/evas/src/lib/canvas/evas_object_textblock.c 
> 
> Modified: trunk/evas/src/lib/canvas/evas_object_textblock.c
> ===================================================================
> --- trunk/evas/src/lib/canvas/evas_object_textblock.c 2009-11-18 21:27:06 UTC 
> (rev 43792)
> +++ trunk/evas/src/lib/canvas/evas_object_textblock.c 2009-11-19 00:38:34 UTC 
> (rev 43793)
> @@ -2718,6 +2718,8 @@
>  
>       escape = map_itr;
>       _advance_after_end_of_string(&map_itr);
> +     if (map_itr >= map_end) break;
> +
>       mc = map_itr;
>       sc = s;
>       match = 1;
> 

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to