elementary: fix buffer overflow in efl/calendar widget

I missed this one in the previous part name refactor, where the efl
namespace was added.
Differential Revision: https://phab.enlightenment.org/D6498
This commit is contained in:
Xavi Artigas 2018-07-02 13:45:55 +00:00 committed by Marcel Hollerbach
parent 7d3ab4a322
commit 6d6f943acd
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ static void
_access_calendar_item_register(Evas_Object *obj)
{
unsigned int maxdays, i;
char day_s[13], pname[14];
char day_s[13], pname[18];
unsigned day = 0;
Evas_Object *ao;