Clouseau: Minor clean up.

SVN revision: 83487
This commit is contained in:
Tom Hacohen 2013-01-30 17:18:03 +00:00
parent f9c664c014
commit 1de87473e9
1 changed files with 1 additions and 1 deletions

View File

@ -1853,7 +1853,7 @@ _obj_info_gl_item_text_get(void *data, Evas_Object *obj EINA_UNUSED,
{
Clouseau_Eo_Dbg_Info *eo = data;
char buf[1024];
_clouseau_object_dbg_string_build(eo, (char*)buf, 1024);
_clouseau_object_dbg_string_build(eo, buf, sizeof(buf));
return strdup(buf);
}