Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib


Modified Files:
        main.c 


Log Message:


check deleted flag.. need to do this in more places tho....

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/main.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- main.c      28 Jan 2004 02:43:13 -0000      1.5
+++ main.c      8 Mar 2004 02:42:08 -0000       1.6
@@ -118,6 +118,7 @@
    if (_evas_debug_show)
      fprintf(stderr, 
             "  Input object pointer is NULL!\n");
+   if (_evas_debug_abort) abort();
 }
 
 void
@@ -132,6 +133,7 @@
    if (_evas_debug_show)
      fprintf(stderr, 
             "  Input object is zero'ed out (maybe a freed object or zero-filled 
RAM)!\n");
+   if (_evas_debug_abort) abort();
 }
 
 void




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to