From 13ca3aeacbbf23496d9a43ac5b46a902e1c1254f Mon Sep 17 00:00:00 2001 From: Byounghui Date: Fri, 16 Aug 2013 10:34:09 +0900 Subject: [PATCH] N_SE-48669 issue. Change-Id: I1c7679672a7a89d6bfa3ca696174c230ca51f3ba Signed-off-by: Byounghui --- src/FMsg_MsgUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.7.4