projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b421414
)
ecore: shut up const warning.
author
Cedric Bail
<cedric@osg.samsung.com>
Fri, 16 Sep 2016 04:45:05 +0000
(21:45 -0700)
committer
Cedric Bail
<cedric@osg.samsung.com>
Fri, 16 Sep 2016 04:49:08 +0000
(21:49 -0700)
src/lib/ecore/efl_promise.c
patch
|
blob
|
history
diff --git
a/src/lib/ecore/efl_promise.c
b/src/lib/ecore/efl_promise.c
index
498accb
..
09a2166
100644
(file)
--- a/
src/lib/ecore/efl_promise.c
+++ b/
src/lib/ecore/efl_promise.c
@@
-945,7
+945,7
@@
_progress(void *data, const Efl_Event *ev)
unsigned int i;
a.inprogress = ev->object;
- a.progress = p->progress;
+ a.progress =
(Efl_Object *)
p->progress;
EINA_ARRAY_ITER_NEXT(&all->members, i, item, iterator)
{