warn - make buffer bigger to avoid trunc warn

This commit is contained in:
Carsten Haitzler 2019-01-11 16:44:59 +00:00
parent df5147a838
commit c09ba20464
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ _batman_popup_create(Instance *inst)
Evas_Object *popup, *box, *pbar, *label;
Battery *bat;
Eina_List *l;
char buf[128], buf2[128];
char buf[128], buf2[128 + 100];
int hrs = 0, mins = 0;
Eina_List *udis = NULL;