elm calendar - stop truncation of text printed into buffer

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

View File

@ -464,7 +464,7 @@ _populate(Evas_Object *obj)
{ {
int maxdays, adjusted_wday, prev_month_maxdays, day, mon, yr, i; int maxdays, adjusted_wday, prev_month_maxdays, day, mon, yr, i;
Elm_Calendar_Mark *mark; Elm_Calendar_Mark *mark;
char part[16], day_s[3]; char part[16], day_s[16];
struct tm first_day; struct tm first_day;
Eina_List *l; Eina_List *l;
Eina_Bool last_row = EINA_TRUE; Eina_Bool last_row = EINA_TRUE;