warn--
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 7 Jul 2012 01:05:50 +0000 (01:05 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 7 Jul 2012 01:05:50 +0000 (01:05 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@73429 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_object_textgrid.c

index 7b9c9ef..ae7693e 100644 (file)
@@ -319,7 +319,8 @@ evas_object_textgrid_textprop_unref(Evas_Object_Textgrid *o, unsigned int props_
    if (props->info)
      {
         if (props->info->refcount == 1)
-          eina_array_push(&o->glyphs_cleanup, (intptr_t *)props_index);
+          eina_array_push(&o->glyphs_cleanup,
+                          (void *)((unsigned long)props_index));
         else
           evas_common_text_props_content_unref(props);
      }