ecore_exe: fix send on Windows
authorAndrii Kroitor <an.kroitor@samsung.com>
Thu, 22 Dec 2016 12:10:10 +0000 (14:10 +0200)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 2 Jan 2017 07:27:07 +0000 (16:27 +0900)
commit33f06d6b73c47ec4b2c645d9d34984d94b030813
treedc8f8e4984d1de1551a8bb3e5f42467b36f07cb5
parent6710c78c30c1033f551354d0afb26b54a0279eaf
ecore_exe: fix send on Windows

Check for bytes written only if more than 0 bytes were sent.
I don't know why some efl code is trying to send 0 bytes, but that works on
Linux and therefore should be fixed on Windows.

 Conflicts:
src/lib/ecore/ecore_exe_win32.c

Change-Id: I80903a5ad5be4e6fd3314ed90e81a9b5ca6bcde3
Signed-off-by: Vyacheslav Reutskiy <v.reutskiy@samsung.com>
src/lib/ecore/ecore_exe_win32.c