Cast to double before division during region/coord calculation. 84/143684/3
authorSungtaek Hong <sth253.hong@samsung.com>
Fri, 11 Aug 2017 02:59:34 +0000 (11:59 +0900)
committerSungtaek Hong <sth253.hong@samsung.com>
Fri, 11 Aug 2017 05:51:24 +0000 (05:51 +0000)
commitdbfa5cb1406f4102473c845c7258cf38c2cb03f6
tree2670cc5cfb28a70a895158c285c06afd3a5ba220
parent63aa1b24a50c505a1fca83651ebf3c5ebdca0c1f
Cast to double before division during region/coord calculation.

int var devided by int is cast to double after devision.
This might cause wrong calculation result.

Change-Id: I32128f81cbfa78b1e42b3c03fa18e664e31732ef
Signed-off-by: Sungtaek Hong <sth253.hong@samsung.com>
src/lib/elm_map.c