From c445232714a542ac0ba5f0634730819477568cec Mon Sep 17 00:00:00 2001 From: Kyeonghun Lee Date: Wed, 23 Nov 2016 19:38:03 +0900 Subject: crash issue on 64bit environment fixed Change-Id: I1e0ee95b6356c3f175d0383e65d4f1e5eb3e622d Signed-off-by: Kyeonghun Lee --- include/framework/MsgPluginManager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/framework/MsgPluginManager.h b/include/framework/MsgPluginManager.h index 25ec2ff..585ba09 100755 --- a/include/framework/MsgPluginManager.h +++ b/include/framework/MsgPluginManager.h @@ -94,8 +94,8 @@ typedef struct { } MSG_PLG_TABLE_T; static const MSG_PLG_TABLE_T __msg_plg_items[] = { - { MSG_SMS_TYPE, "/usr/lib/libmsg_sms_plugin.so" }, - { MSG_MMS_TYPE, "/usr/lib/libmsg_mms_plugin.so" } + { MSG_SMS_TYPE, LIBDIR"/libmsg_sms_plugin.so" }, + { MSG_MMS_TYPE, LIBDIR"/libmsg_mms_plugin.so" } }; -- cgit v1.2.3