projects
/
platform
/
core
/
api
/
user-awareness.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b314ba8
)
Fixed a coverity issue.
accepted/tizen/unified/20190830.040748
submit/tizen/20190829.080217
author
saerome.kim
<saerome.kim@samsung.com>
Thu, 29 Aug 2019 07:57:58 +0000
(16:57 +0900)
committer
saerome.kim
<saerome.kim@samsung.com>
Thu, 29 Aug 2019 07:59:26 +0000
(16:59 +0900)
1078723
Copy-paste error
Change-Id: Id0983ab4b5197264c088b3da0449bdc0cea107d6
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
test/uat-detections.c
patch
|
blob
|
history
diff --git
a/test/uat-detections.c
b/test/uat-detections.c
index 956dea4995f0320a470674211df4ca45ac645484..b09ca87fb21bbf8db2102846a8e618c5c8ad849b 100644
(file)
--- a/
test/uat-detections.c
+++ b/
test/uat-detections.c
@@
-246,8
+246,8
@@
static int run_ua_monitor_set_user_absence_condition(
if (strlen(g_absence_and_cond))
bitmask_and = (unsigned char)strtol(g_absence_and_cond, NULL, 10);
- if (strlen(g_absence_
and
_cond))
- bitmask_or = (unsigned char)strtol(g_absence_
and
_cond, NULL, 10);
+ if (strlen(g_absence_
or
_cond))
+ bitmask_or = (unsigned char)strtol(g_absence_
or
_cond, NULL, 10);
msgb("AND [0x%u] OR [0x%u]", bitmask_and, bitmask_or);