Cast to double before division during region/coord calculation. 85/143685/2
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:32:19 +0000 (05:32 +0000)
commite699b9140fc52a810e237148ea2dd1dfa0371587
tree345e3cd2b16f230baa0db6fda73e2618ca4e2e49
parent75eb5e27b380e1d8decc67355c41550eb62140d4
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