emailservices/emailstore/base_plugin/src/BasePlugin.cpp
changeset 75 47d84de1c893
parent 59 16ed8d08d0b1
--- a/emailservices/emailstore/base_plugin/src/BasePlugin.cpp	Fri Sep 17 08:27:21 2010 +0300
+++ b/emailservices/emailstore/base_plugin/src/BasePlugin.cpp	Mon Oct 04 00:05:37 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
+* Copyright (c) 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"
@@ -1548,7 +1548,7 @@
                 //copy the body content from the original.
                 TInt startOffset = 0;
                 RBuf8 buf;
-                buf.Create( KQuotedReadBufferSize );
+                buf.CreateL( KQuotedReadBufferSize );
                 CleanupClosePushL( buf );
 
                 do