collection_view: fix a potentional error
authorWonki Kim <wonki_.kim@samsung.com>
Fri, 6 Dec 2019 08:30:51 +0000 (08:30 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 8 Dec 2019 21:58:24 +0000 (06:58 +0900)
commitf07834abdab4cbc8168625c387dba5cb1ebde939
tree81dfcbe1ffac15f62a74dd15f23432f8df20ef89
parentbb0d0ad340e2ea1c46eaff347e00fa55b82323b2
collection_view: fix a potentional error

assign signed int value on bigger unsigned variable
can make information of the varaible lost.
this patch fix the problem.

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D10723
src/lib/elementary/efl_ui_collection_view.c