--- a/messagingfw/sendas/server/src/csendassender.cpp Wed Jul 21 02:03:54 2010 +0530
+++ b/messagingfw/sendas/server/src/csendassender.cpp Tue Aug 03 21:08:41 2010 +0530
@@ -1,4 +1,4 @@
-// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
@@ -120,7 +120,7 @@
_LIT16(KComma, ",");
RBuf16 buffer;
- buffer.Create(size+ rcptCount);
+ buffer.CreateL(size+ rcptCount);
CleanupClosePushL(buffer);
if(rcptCount > 0)
{