dayselector: fix warning related to argument type

Summary:
@fix

Signed-off-by: Vivek Ellur <vivek.ellur@samsung.com>

Reviewers: cedric

Differential Revision: https://phab.enlightenment.org/D3215

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Vivek Ellur 2015-10-22 12:37:44 -07:00 committed by Cedric BAIL
parent 08e6b45084
commit d2d831ddd3
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ _items_create(Evas_Object *obj)
strftime(buf, sizeof(buf), "%a", &time_daysel);
elm_object_text_set(chk, buf);
snprintf(buf, sizeof(buf), "day%d", idx);
snprintf(buf, sizeof(buf), "day%u", idx);
elm_layout_content_set(obj, buf, chk);
// XXX: ACCESS