fix bug on 64bit env 13/117213/1 accepted/tizen/common/20170303.153610 accepted/tizen/ivi/20170305.223646 accepted/tizen/mobile/20170305.223615 accepted/tizen/unified/20170309.033157 accepted/tizen/wearable/20170305.223632 submit/tizen/20170303.083036 submit/tizen_unified/20170308.100408
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:18:26 +0000 (17:18 +0900)
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));