Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_ipc_handlers.h 


Log Message:


no more hang...

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_ipc_handlers.h,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -3 -r1.110 -r1.111
--- e_ipc_handlers.h    24 Nov 2005 04:23:31 -0000      1.110
+++ e_ipc_handlers.h    24 Nov 2005 07:16:05 -0000      1.111
@@ -727,10 +727,10 @@
 
 
 #define SEND_STRING(__str, __op, HDL) \
-case HDL: { void *data; int bytes; \
+case HDL: { void *data; int bytes = 0; \
    data = e_ipc_codec_str_enc(__str, &bytes); \
+   ecore_ipc_client_send(e->client, E_IPC_DOMAIN_REPLY, __op, 0, 0, 0, data, 
bytes); \
    if (data) { \
-      ecore_ipc_client_send(e->client, E_IPC_DOMAIN_REPLY, __op, 0, 0, 0, 
data, bytes); \
       free(data); \
    } \
 } \




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to