warn - make buffer bigger to avoid trunc warn

This commit is contained in:
Carsten Haitzler 2019-01-11 11:58:26 +00:00
parent 27c3b0e940
commit 920d9e57b0
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ popup_added(void *data, Evas_Object *obj EINA_UNUSED, void *event_info)
if (event_info == efl_wl_extracted_surface_object_find(surface))
{
Evas_Object *base = efl_wl_extracted_surface_extracted_parent_get(event_info);
Tooltip *tt;
Tooltip *tt = NULL;
//FIXME: if (inst->tooltip_content) error
if (base)