int -> ptr more correctly
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 25 Jun 2012 06:46:57 +0000 (06:46 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 25 Jun 2012 06:46:57 +0000 (06:46 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@72778 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_object_textgrid.c

index 187e8ae..da07cc1 100644 (file)
@@ -319,7 +319,7 @@ 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, (void*) props_index);
+          eina_array_push(&o->glyphs_cleanup, (intptr_t*)(long) props_index);
         else
           evas_common_text_props_content_unref(props);
      }