devilhorns pushed a commit to branch feature/wayland/multi-output.

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

commit 55838a076d09371674a22afc30ef4e2b148fc7b2
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Fri May 4 06:55:59 2018 -0400

    elementary: Fix eina_safety return val
---
 src/lib/elementary/efl_ui_image.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_image.c 
b/src/lib/elementary/efl_ui_image.c
index 6bc82760f2..cfb1a2a4a1 100644
--- a/src/lib/elementary/efl_ui_image.c
+++ b/src/lib/elementary/efl_ui_image.c
@@ -1952,7 +1952,7 @@ elm_image_mmap_set(Evas_Object *obj, const Eina_File 
*file, const char *group)
 EAPI Eina_Bool
 elm_image_memfile_set(Evas_Object *obj, const void *img, size_t size, const 
char *format, const char *key)
 {
-   EINA_SAFETY_ON_NULL_RETURN_VAL(img, NULL);
+   EINA_SAFETY_ON_NULL_RETURN_VAL(img, EINA_FALSE);
 
    Evas_Load_Error err;
 

-- 


Reply via email to