projects
/
platform
/
core
/
system
/
batterymonitor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a55c957
)
[Non-ACR] fix build error - i586, x86_64
25/248425/1
accepted/tizen/unified/20201127.130445
submit/tizen/20201126.112116
author
Abhishek Vijay
<abhishek.v@samsung.com>
Thu, 26 Nov 2020 10:09:32 +0000
(15:39 +0530)
committer
Abhishek Vijay
<abhishek.v@samsung.com>
Thu, 26 Nov 2020 10:09:32 +0000
(15:39 +0530)
Change-Id: I435065b1d94ee86159f22eba6fc86d4c96cb14d4
Signed-off-by: Abhishek Vijay <abhishek.v@samsung.com>
src/bm_util.c
patch
|
blob
|
history
diff --git
a/src/bm_util.c
b/src/bm_util.c
index 3b30fab1d4ffd21401feab69c07bf9842d8de202..0539c5ecbc3a93e6b1d32985eed579cdf7d95833 100644
(file)
--- a/
src/bm_util.c
+++ b/
src/bm_util.c
@@
-411,7
+411,7
@@
void bm_get_symlink_for_pid(pid_t pid, char **pname)
if (len != -1) {
buf[len] = '\0';
} else {
- _ERR("read bytes -
[%d], error [%s]",
len, strerror(errno));
+ _ERR("read bytes -
[%d], error [%s]", (int)
len, strerror(errno));
return;
}