Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_ipc.c 


Log Message:
- include the \0 too

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_ipc.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_ipc.c     8 Jan 2005 01:44:36 -0000       1.7
+++ e_ipc.c     4 Feb 2005 06:11:57 -0000       1.8
@@ -210,7 +210,7 @@
                                   E_IPC_DOMAIN_REPLY,
                                   E_IPC_OP_BG_GET_REPLY,
                                   0/*ref*/, 0/*ref_to*/, 0/*response*/,
-                                  bg, strlen(bg));
+                                  bg, strlen(bg) + 1);
          }
        break;
       default:




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to