summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKyeonghun Lee <kh9090.lee@samsung.com>2016-11-23 19:38:03 +0900
committerKyeonghun Lee <kh9090.lee@samsung.com>2016-11-23 19:38:03 +0900
commitc445232714a542ac0ba5f0634730819477568cec (patch)
tree2fe04d5152da047cbe80dd820a0f0ad58991cb71 /include
parentb90172b521054fad02441fa25c05fc79eca0101b (diff)
downloadmsg-service-c445232714a542ac0ba5f0634730819477568cec.tar.gz
msg-service-c445232714a542ac0ba5f0634730819477568cec.tar.bz2
msg-service-c445232714a542ac0ba5f0634730819477568cec.zip
crash issue on 64bit environment fixed
Change-Id: I1e0ee95b6356c3f175d0383e65d4f1e5eb3e622d Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/framework/MsgPluginManager.h4
1 files changed, 2 insertions, 2 deletions
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" }
};