elm_gengrid.c: initialized local variable.

This needs to be re-visited.
I am also looking at you, JackDanielz.
This commit is contained in:
Daniel Juyung Seo 2013-05-10 22:38:28 +09:00
parent 40924d8994
commit 9c28b4409e
1 changed files with 1 additions and 1 deletions

View File

@ -3632,7 +3632,7 @@ _at_xy_item_get(Eo *obj EINA_UNUSED, void *_pd, va_list *list)
Elm_Gengrid_Smart_Data *sd = _pd;
Elm_Gen_Item *it = ELM_GEN_ITEM_FROM_INLIST(sd->items);
Evas_Coord l, r, t, b; /* left, right, top, bottom */
Evas_Coord l = 0, r = 0, t = 0, b = 0; /* left, right, top, bottom */
Eina_Bool init = EINA_TRUE;
while ((it) && (it->generation < sd->generation))