projects
/
platform
/
core
/
multimedia
/
mmsvc-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9459a7
)
Fix Wformat build error
77/184577/3
accepted/tizen/unified/20180720.060707
submit/tizen/20180719.101904
author
yhji
<yhji.lee@samsung.com>
Thu, 19 Jul 2018 04:07:42 +0000
(13:07 +0900)
committer
yhji
<yhji.lee@samsung.com>
Thu, 19 Jul 2018 05:42:14 +0000
(14:42 +0900)
Change-Id: I1892bba3898d8c29bff7941db875bcd7172fb1be
core/src/muse_core.c
patch
|
blob
|
history
diff --git
a/core/src/muse_core.c
b/core/src/muse_core.c
index f6bc18032edc538c46fbc20907dd8c8cb53a4c19..fbf823d83348973c1456eab7a2d8cdc519fdd2ec 100644
(file)
--- a/
core/src/muse_core.c
+++ b/
core/src/muse_core.c
@@
-687,7
+687,7
@@
bool muse_core_msg_recv_len(int fd, char *buf, int msg_len)
void muse_core_dump_fd_state(int fd)
{
g_mutex_lock(&fd_state_lock);
- LOGI("[%d] %s", fd, g_hash_table_lookup(fd_state_table, GINT_TO_POINTER(fd)));
+ LOGI("[%d] %s", fd,
(char *)
g_hash_table_lookup(fd_state_table, GINT_TO_POINTER(fd)));
g_mutex_unlock(&fd_state_lock);
}