Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : enotes

Dir     : misc/enotes/src


Modified Files:
        ipc.c 


Log Message:
cleaner
===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/ipc.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ipc.c       12 Mar 2005 23:32:01 -0000      1.11
+++ ipc.c       12 Mar 2005 23:37:15 -0000      1.12
@@ -88,10 +88,8 @@
        Ecore_Timer    *close;
        char           *msg;
        char           *content;
+       p = parse_message((char *)data);
 
-  p = NULL;
-  if (data)
-    p = parse_message((char *)data);
        if (p) {
                if (p->cmd == NOTE) {
                        if (p->data) {




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to