cedric pushed a commit to branch master.

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

commit ff0f0109d502aaefa1b835596124b9e86d204a5e
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Mon Mar 5 13:49:03 2018 -0800

    eio: fix example to use the new EINA_VALUE_ARRAY_FOREACH.
---
 src/examples/eio/efl_io_manager_open_multi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/eio/efl_io_manager_open_multi.c 
b/src/examples/eio/efl_io_manager_open_multi.c
index 3c39d3fc49..69bc4ba42b 100644
--- a/src/examples/eio/efl_io_manager_open_multi.c
+++ b/src/examples/eio/efl_io_manager_open_multi.c
@@ -39,7 +39,7 @@ _open_cb(void *data, const Eina_Value array, const 
Eina_Future *dead EINA_UNUSED
    Eina_Value v = EINA_VALUE_EMPTY;
    Eina_Future *futures[eina_value_array_count(&array) + 1];
 
-   EINA_VALUE_ARRAY_FOREACH(&array, len, i, &v)
+   EINA_VALUE_ARRAY_FOREACH(&array, len, i, v)
      {
         if (v.type == EINA_VALUE_TYPE_ERROR)
           {

-- 


Reply via email to