Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_ipc_handlers.h 


Log Message:
Only useful data should begin with REPLY:

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_ipc_handlers.h,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -3 -r1.83 -r1.84
--- e_ipc_handlers.h    27 Sep 2005 21:11:30 -0000      1.83
+++ e_ipc_handlers.h    27 Sep 2005 21:26:57 -0000      1.84
@@ -1434,7 +1434,7 @@
    DECODE(e_ipc_codec_str_list_dec) {
      FOR(dat) {
        if (dat == l)
-        printf("REPLY: Listing for \"%s\"\n", (char *)(l->data));
+        printf("REPLY Listing for \"%s\"\n", (char *)(l->data));
        else
         printf("REPLY: \"%s\"\n", (char *)(l->data));
      }




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to