Thanks muchly!!!!!
This works with milliions error messages.
Coolz.

Daniel Juyung Seo (SeoZ)

On Thu, Jan 24, 2013 at 5:32 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> workaround for constant entry crashing in e from r82816: now we just print a 
> million error messages instead
>
>
> Author:       discomfitor
> Date:         2013-01-24 00:32:13 -0800 (Thu, 24 Jan 2013)
> New Revision: 83208
> Trac:         http://trac.enlightenment.org/e/changeset/83208
>
> Modified:
>   branches/evas-1.7/src/lib/canvas/evas_object_textblock.c
>
> Modified: branches/evas-1.7/src/lib/canvas/evas_object_textblock.c
> ===================================================================
> --- branches/evas-1.7/src/lib/canvas/evas_object_textblock.c    2013-01-24 
> 08:23:26 UTC (rev 83207)
> +++ branches/evas-1.7/src/lib/canvas/evas_object_textblock.c    2013-01-24 
> 08:32:13 UTC (rev 83208)
> @@ -6364,7 +6364,7 @@
>          _find_layout_item_line_match(cur2.obj, cur2.node, cur2.pos, lnr, 
> itr);
>          previous_format = EINA_TRUE;
>       }
> -   else
> +   else if (cur->node)
>       {
>          _find_layout_item_line_match(cur->obj, cur->node, cur->pos, lnr, 
> itr);
>       }
>
>
> ------------------------------------------------------------------------------
> 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