efl ui calendar - expand buffers so trucnation doesnt happen

This commit is contained in:
Carsten Haitzler 2018-11-07 16:55:14 +00:00
parent aaecb2579a
commit a23f09d590
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ static void
_populate(Evas_Object *obj)
{
int maxdays, prev_month_maxdays, day, mon, yr, i;
char part[16], day_s[3];
char part[16], day_s[16];
struct tm first_day;
EFL_UI_CALENDAR_DATA_GET(obj, sd);