lorddrew pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=03f20efaf045fd93e09cffac06790cf509ee6657

commit 03f20efaf045fd93e09cffac06790cf509ee6657
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Tue Nov 29 15:11:55 2016 +0200

    ecore_con: fix work on Windows
    
    Per aspera ad astra.
    One little missing star was breaking all EFL UI applications.
---
 src/lib/ecore_con/ecore_con_local_win32.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_con/ecore_con_local_win32.c 
b/src/lib/ecore_con/ecore_con_local_win32.c
index b322d9a..4bd0ba4 100644
--- a/src/lib/ecore_con/ecore_con_local_win32.c
+++ b/src/lib/ecore_con/ecore_con_local_win32.c
@@ -552,7 +552,7 @@ ecore_con_local_connect(Ecore_Con_Server *obj,
 {
 #warning "I am pretty sure cb_done should be used."
    Efl_Network_Server_Data *svr = efl_data_scope_get(obj, 
EFL_NETWORK_SERVER_CLASS);
-   char buf = NULL;
+   char *buf = NULL;
    Ecore_Win32_Handler *handler_read;
    Ecore_Win32_Handler *handler_peek;
 

-- 


Reply via email to