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 - forgot to copy my fix to other side too!

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_con/ecore_con.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- ecore_con.c 14 Apr 2004 16:14:24 -0000      1.21
+++ ecore_con.c 20 Apr 2004 09:30:58 -0000      1.22
@@ -554,6 +554,7 @@
      {
        unsigned char *newbuf;
        
+       printf("CON: existing buf...\n");
        newbuf = realloc(cl->buf, cl->buf_size + size);
        if (newbuf) cl->buf = newbuf;
        else return 0;
@@ -562,6 +563,7 @@
      }
    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

Reply via email to