Why did you add the comments in the svn code? 
 
------------------------------------
Let's run together for the best moment!
-Regards, Hermet-
 
-----Original Message-----
From: "Enlightenment SVN"<[email protected]> 
To: [email protected]
Cc: 
Sent: 11-07-06(수) 15:24:19
Subject: E SVN: seoz trunk/evas/src/lib/canvasLog:
evas evas_map.c: Added warning messages to some codes. It has an
infinite loop issue.
Author: seoz
Date: 2011-07-05 23:24:18 -0700 (Tue, 05 Jul 2011)
New Revision: 61066
Trac: http://trac.enlightenment.org/e/changeset/61066
Modified:
trunk/evas/src/lib/canvas/evas_map.c 
Modified: trunk/evas/src/lib/canvas/evas_map.c
===================================================================
--- trunk/evas/src/lib/canvas/evas_map.c 2011-07-06 04:53:44 UTC (rev 61065)
+++ trunk/evas/src/lib/canvas/evas_map.c 2011-07-06 06:24:18 UTC (rev 61066)
@@ -40,6 +40,9 @@
Eina_Bool ch = EINA_FALSE;
if (!obj->cur.map) return;
+
+ // WARN: Do not merge below code to SLP until it is fixed.
+ // It has an infinite loop bug.
if (obj->prev.map)
{
// FIXME: this causes an infinite loop somewhere... hard to debug
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
enlightenment-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to