summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2018-11-21 16:43:10 -0800
committerCedric BAIL <cedric@osg.samsung.com>2018-11-23 11:39:34 -0800
commit88553eb9e8185c5505db21ec00b6f7083b5a9859 (patch)
tree4d19b9fb7fad16d4bf67f8a06e072fefcff600cd
parentd4d44d76f3efef4d61edb4cce7152284915a12d2 (diff)
downloadefl-88553eb9e8185c5505db21ec00b6f7083b5a9859.tar.gz
eio: use the right type of Eina_Value to report error.
Reviewed-by: Vitor Sousa da Silva <vitorsousa@expertisesolutions.com.br> Differential Revision: https://phab.enlightenment.org/D7322
-rw-r--r--src/lib/eio/eio_model.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eio/eio_model.c b/src/lib/eio/eio_model.c
index ee8296a03b..b4cb98d262 100644
--- a/src/lib/eio/eio_model.c
+++ b/src/lib/eio/eio_model.c
@@ -577,7 +577,7 @@ _property_size_cb(const Eo *obj, Eio_Model_Data *pd)
return eina_value_error_new(pd->error);
_eio_build_st(obj, pd);
- return eina_value_ulong_new(EAGAIN);
+ return eina_value_error_new(EAGAIN);
}
static Eina_Value *