discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=46f024bbe3542a73957aae0562e4b2dbd1213335

commit 46f024bbe3542a73957aae0562e4b2dbd1213335
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jul 12 13:41:23 2017 -0400

    efl-wl: initialize variable
    
    CID 1377573
---
 src/lib/efl_wl/efl_wl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/efl_wl/efl_wl.c b/src/lib/efl_wl/efl_wl.c
index 76db17eea5..c3a37e821d 100644
--- a/src/lib/efl_wl/efl_wl.c
+++ b/src/lib/efl_wl/efl_wl.c
@@ -1002,7 +1002,7 @@ static Eina_Bool
 data_device_selection_read(void *d, Ecore_Fd_Handler *fdh)
 {
    Comp_Data_Device_Source *ds = d;
-   int len;
+   int len = -1;
 
    do
      {

-- 


Reply via email to