diff options
author | Tom Hacohen <tom@stosb.com> | 2012-10-23 07:25:29 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2012-10-23 07:25:29 +0000 |
commit | 7f71bab887be46ee71cdc6e6312c255bfbe997d2 (patch) | |
tree | cfb960e03bbfa106f6d17e3724caf35075f56111 /legacy/evas/src | |
parent | ab5f1849e34e1749f16e9ab846ab711dd8122dc9 (diff) |
Evas textgrid: Fixed compilation warning.
SVN revision: 78360
Diffstat (limited to 'legacy/evas/src')
-rw-r--r-- | legacy/evas/src/lib/canvas/evas_object_textgrid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/evas/src/lib/canvas/evas_object_textgrid.c b/legacy/evas/src/lib/canvas/evas_object_textgrid.c index 1c72bfa9fc..471248e14e 100644 --- a/legacy/evas/src/lib/canvas/evas_object_textgrid.c +++ b/legacy/evas/src/lib/canvas/evas_object_textgrid.c | |||
@@ -323,7 +323,7 @@ evas_object_textgrid_textprop_unref(Evas_Object_Textgrid *o, unsigned int props_ | |||
323 | { | 323 | { |
324 | if (props->info->refcount == 1) | 324 | if (props->info->refcount == 1) |
325 | eina_array_push(&o->glyphs_cleanup, | 325 | eina_array_push(&o->glyphs_cleanup, |
326 | (void *)((unsigned long)props_index)); | 326 | (void *)((uintptr_t)props_index)); |
327 | else | 327 | else |
328 | evas_common_text_props_content_unref(props); | 328 | evas_common_text_props_content_unref(props); |
329 | } | 329 | } |