projects
/
platform
/
core
/
uifw
/
wakeup-engine-default.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d93185
)
Fix incorrect function pointer conversion
61/201761/5
author
Ji-hoon Lee
<dalton.lee@samsung.com>
Tue, 19 Mar 2019 08:06:55 +0000
(17:06 +0900)
committer
Ji-hoon Lee
<dalton.lee@samsung.com>
Tue, 26 Mar 2019 07:10:19 +0000
(16:10 +0900)
Change-Id: I90354d93737ca22f84384c8412ef0cdbd748d3cc
src/multi_assistant_service_plugin.c
patch
|
blob
|
history
diff --git
a/src/multi_assistant_service_plugin.c
b/src/multi_assistant_service_plugin.c
index 48dde712ea804d77c4a42d36f14b9ad9141e5c67..a74099dc20f02d74a4ef82172c774fc4db40227d 100644
(file)
--- a/
src/multi_assistant_service_plugin.c
+++ b/
src/multi_assistant_service_plugin.c
@@
-548,7
+548,7
@@
int multi_assistant_service_plugin_send_assistant_specific_command(const char* a
{
int ret = -1;
if (NULL != g_handle) {
- wakeup_manager_
update_voice_feedback_state
func = _wakeup_manager_interface.send_assistant_specific_command;
+ wakeup_manager_
send_assistant_specific_command
func = _wakeup_manager_interface.send_assistant_specific_command;
if (NULL == func) {
MAS_LOGE("[ERROR] symbol lookup failed : %s", MA_WAKEUP_MANAGER_FUNC_SEND_ASSISTANT_SPECIFIC_COMMAND);
} else {