Brain fart--

SVN revision: 20513
This commit is contained in:
David Walter Seikel 2006-02-16 05:31:21 +00:00
parent c26850d809
commit e7fa0baa71
1 changed files with 1 additions and 1 deletions

View File

@ -1381,7 +1381,7 @@ _ecore_exe_flush(Ecore_Exe *exe)
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,