fix bug on 64bit env 14/117214/1 accepted/tizen/3.0/common/20170306.135520 accepted/tizen/3.0/ivi/20170306.012825 accepted/tizen/3.0/mobile/20170306.012749 accepted/tizen/3.0/wearable/20170306.012813 submit/tizen_3.0/20170303.083247
authorKyeonghun Lee <kh9090.lee@samsung.com>
Fri, 3 Mar 2017 08:18:26 +0000 (17:18 +0900)
committerKyeonghun Lee <kh9090.lee@samsung.com>
Fri, 3 Mar 2017 08:20:45 +0000 (00:20 -0800)
Change-Id: I3b85f052a2b6d9d26f56912f93c16daaa26c3123
Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
proxy/MsgProxyListener.cpp

index b4775e0..d80040a 100755 (executable)
@@ -833,7 +833,7 @@ void MsgProxyListener::handleEvent(const MSG_EVENT_S* pMsgEvent)
                THROW(MsgException::INVALID_PARAM, "pMsgEvent is NULL");
 
        if (pMsgEvent->eventType == MSG_EVENT_PLG_SENT_STATUS_CNF) {
-               unsigned int chInfo[3] = {0}; /*3 reqid, status, object */
+               unsigned long chInfo[3] = {0}; /*3 reqid, status, object */
 
                memcpy(&chInfo, (void*)((char*)pMsgEvent+sizeof(MSG_EVENT_TYPE_T)+sizeof(msg_error_t)), sizeof(chInfo));