emailservices/emailstore/message_store/server/src/ContainerStoreSortingTable.cpp
changeset 68 83cc6bae1de8
parent 51 d845db10c0d4
--- a/emailservices/emailstore/message_store/server/src/ContainerStoreSortingTable.cpp	Fri Sep 03 17:52:02 2010 +0300
+++ b/emailservices/emailstore/message_store/server/src/ContainerStoreSortingTable.cpp	Wed Sep 15 12:09:55 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2006 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"
@@ -947,7 +947,7 @@
     
     RBuf8 string8;
     CleanupClosePushL( string8 );
-    string8.Create( iEncryptedBuffer.Length() );
+    string8.CreateL( iEncryptedBuffer.Length() );
     
     if( aString.Size() < iEncryptedBuffer.Length() )
         {