warn - make buffer bigger to avoid trunc warn

This commit is contained in:
Carsten Haitzler 2019-01-11 16:16:13 +00:00
parent f8a88dab0e
commit c3d15b2843
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ static Evas_Object *
_memusage_popup_create(Instance *inst)
{
Evas_Object *popup, *table, *label, *pbar;
char buf[128], buf2[128];
char buf[128], buf2[128 + 100];
popup = elm_ctxpopup_add(e_comp->elm);
elm_object_style_set(popup, "noblock");