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:
916ef25
)
efl: Fix a warning
author
Mike McCormack
<mike@atratus.org>
Thu, 31 Jan 2013 03:30:59 +0000
(
03:30
+0000)
committer
Mike McCormack
<mikem@ring3k.org>
Thu, 31 Jan 2013 03:30:59 +0000
(
03:30
+0000)
Signed-off-by: Mike McCormack <mike@atratus.org>
SVN revision: 83498
src/lib/evas/canvas/evas_object_image.c
patch
|
blob
|
history
diff --git
a/src/lib/evas/canvas/evas_object_image.c
b/src/lib/evas/canvas/evas_object_image.c
index
ff61124
..
ef79d02
100644
(file)
--- a/
src/lib/evas/canvas/evas_object_image.c
+++ b/
src/lib/evas/canvas/evas_object_image.c
@@
-778,7
+778,7
@@
_dbg_info_get(Eo *eo_obj, void *_pd EINA_UNUSED, va_list *list)
EO_DBG_INFO_APPEND(group, "Image File", EINA_VALUE_TYPE_STRING, file);
EO_DBG_INFO_APPEND(group, "Key", EINA_VALUE_TYPE_STRING, key);
EO_DBG_INFO_APPEND(group, "Source", EINA_VALUE_TYPE_UINT64,
- (uint64_t) (uintptr_t
*
) evas_object_image_source_get(eo_obj));
+ (uint64_t) (uintptr_t) evas_object_image_source_get(eo_obj));
if (evas_object_image_load_error_get(eo_obj) != EVAS_LOAD_ERROR_NONE)
{