Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

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


Modified Files:
        ecore_ipc.c 


Log Message:


oops - forgot to copy my fix to other side too!

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_ipc/ecore_ipc.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ecore_ipc.c 14 Apr 2004 08:51:19 -0000      1.6
+++ ecore_ipc.c 20 Apr 2004 09:30:59 -0000      1.7
@@ -718,7 +718,7 @@
                            svr->buf_size = 0;
                            return 0;
                         }
-                      memcpy(buf, svr->buf + offset + sizeof(Ecore_Ipc_Msg_Head), 
size);
+                      memcpy(buf, svr->buf + offset, size);
                       free(svr->buf);
                       svr->buf = buf;
                       svr->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