Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : libs/ecore

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


Modified Files:
        ecore_exe.c 


Log Message:
Brain fart--

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/ecore_exe.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -3 -r1.55 -r1.56
--- ecore_exe.c 15 Feb 2006 04:55:14 -0000      1.55
+++ ecore_exe.c 16 Feb 2006 05:31:21 -0000      1.56
@@ -1381,7 +1381,7 @@
    int count;
 
    /* check whether we need to write anything at all. */
-   if ((!exe->child_fd_write != -1) && (!exe->write_data_buf))   return;
+   if ((exe->child_fd_write == -1) || (!exe->write_data_buf))   return;
    if (exe->write_data_size == exe->write_data_offset)     return;
 
    count = write(exe->child_fd_write, 




-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to