Enlightenment CVS committal

Author  : kwo
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_ipc


Modified Files:
        ecore_ipc.c 


Log Message:
Fix warnings.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_ipc/ecore_ipc.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- ecore_ipc.c 2 Jun 2006 08:06:46 -0000       1.39
+++ ecore_ipc.c 5 Nov 2006 14:19:56 -0000       1.40
@@ -1147,8 +1147,6 @@
          }
        else
          {
-            unsigned char *buf;
-            
             buf = realloc(cl->buf, cl->buf_size + e->size);
             if (!buf)
               {
@@ -1341,8 +1339,6 @@
          }
        else
          {
-            unsigned char *buf;
-            
             buf = realloc(svr->buf, svr->buf_size + e->size);
             if (!buf)
               {



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to