Fix defect detected by static analysis tool 48/248648/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 1 Dec 2020 07:03:41 +0000 (16:03 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 1 Dec 2020 07:04:52 +0000 (16:04 +0900)
commite6eceac792e1dea72ca7ea5f49a8ed21060dc564
tree08369a749d520782e3a2f5c1a570dbee16bf4abd
parent96d6c9c3504bd705cc442baef28341e21862784c
Fix defect detected by static analysis tool

Expression 'this->code <= 4294967295U' is always true , which may be caused by a logical error: 'this->code' has a type 'const scim::uint32' with minimum value '0' and a maximum value '4294967295'

Change-Id: Iefd9863c95f684d78950fe17d75493af23fc031b
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
ism/src/scim_event.cpp