ecore_exe: fix send on Windows
authorAndrii Kroitor <an.kroitor@samsung.com>
Thu, 22 Dec 2016 12:10:10 +0000 (14:10 +0200)
committerAndrii Kroitor <an.kroitor@samsung.com>
Thu, 22 Dec 2016 12:13:40 +0000 (14:13 +0200)
commit11e687578dca47f024dc230f2d23c579ddd91961
tree1003c6c1bddc04d92d8964f538524fecd285f78f
parent9f6d773fcea57e4863c8286b5aaab7128dee92e8
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.
src/lib/ecore/ecore_exe_win32.c