Fix issue detected by static analysis tool 81/139081/1 accepted/tizen/unified/20170720.062151 submit/tizen/20170720.014256
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 17 Jul 2017 07:46:12 +0000 (16:46 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 17 Jul 2017 07:46:14 +0000 (16:46 +0900)
commit8dc0636933c685769d8e808be21c306fe0eee89f
treeb4ba17a71ea33ece8ae98cd06a54f20395773fff
parent95f0d693d9df373691ad2b2736a00c6a774dbcce
Fix issue detected by static analysis tool

The variable m_candiPageFirst has unsigned type.
Therefore, the value of this variable cannot be less than zero.

Change-Id: I9d36ac47be4eb5bb7cd636299bad323c13e472a3
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/ime-core/imi_view_classic.cpp