From: Byounghui Date: Fri, 16 Aug 2013 01:34:09 +0000 (+0900) Subject: N_SE-48669 issue. X-Git-Tag: submit/tizen_2.2/20131107.062046~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13ca3aeacbbf23496d9a43ac5b46a902e1c1254f;p=framework%2Fosp%2Fmessaging.git N_SE-48669 issue. Change-Id: I1c7679672a7a89d6bfa3ca696174c230ca51f3ba Signed-off-by: Byounghui --- diff --git a/src/FMsg_MsgUtil.cpp b/src/FMsg_MsgUtil.cpp index eeeb393..26e62a6 100644 --- a/src/FMsg_MsgUtil.cpp +++ b/src/FMsg_MsgUtil.cpp @@ -1265,7 +1265,7 @@ _MsgUtil::AddEmailMessageAddress(const RecipientList& recipientList, RecipientTy { pRecipient = dynamic_cast< String* >(pRecipientList->GetAt(index)); SysTryCatch(NID_MSG, pRecipient != null, r = GetLastResult(), r, "[%s] Failed to get recipient", GetErrorMessage(r)); - tempRecipient.Append(L",<" + *pRecipient + L">"); + tempRecipient.Append(L";<" + *pRecipient + L">"); } if(RECIPIENT_TYPE_TO == type)