devilhorns pushed a commit to branch master.
commit 30225fa74e5c2ce6ca6794ba41b8d87e7bd2f0cb
Author: Chris Michael <[email protected]>
Date: Sat Jun 15 21:32:29 2013 +0100
Fix uninitialized variable warning
Signed-off-by: Chris Michael <[email protected]>
---
src/bin/e_fm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c
index 39fb363..9194522 100644
--- a/src/bin/e_fm.c
+++ b/src/bin/e_fm.c
@@ -7589,7 +7589,7 @@ _e_fm2_cb_icon_mouse_move(void *data, Evas *e __UNUSED__,
Evas_Object *obj __UNU
(e_config->drag_resist * e_config->drag_resist))
{
E_Drag *d;
- Evas_Object *o, *o2, *layout = NULL;
+ Evas_Object *o = NULL, *o2, *layout = NULL;
const char *drag_types[] = { "text/uri-list" }, *real_path;
char buf[PATH_MAX + 8], *p, *sel = NULL;
E_Container *con = NULL;
--
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev