Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_con
Modified Files:
ecore_con.c
Log Message:
oops - kept in dbg
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_con/ecore_con.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ecore_con.c 20 Apr 2004 09:30:58 -0000 1.22
+++ ecore_con.c 20 Apr 2004 09:32:57 -0000 1.23
@@ -554,7 +554,6 @@
{
unsigned char *newbuf;
- printf("CON: existing buf...\n");
newbuf = realloc(cl->buf, cl->buf_size + size);
if (newbuf) cl->buf = newbuf;
else return 0;
@@ -563,7 +562,6 @@
}
else
{
- printf("CON: newbuf!\n");
cl->buf = malloc(size);
if (!cl->buf) return 0;
cl->buf_size = size;
-------------------------------------------------------
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