diff -r b66b8f3a7fd8 -r e7635922c074 messagingfw/msgsrvnstore/server/src/msvpreferreddrivelist.cpp --- a/messagingfw/msgsrvnstore/server/src/msvpreferreddrivelist.cpp Wed Jul 21 02:03:54 2010 +0530 +++ b/messagingfw/msgsrvnstore/server/src/msvpreferreddrivelist.cpp Tue Aug 03 21:08:41 2010 +0530 @@ -1,6 +1,6 @@ // MSVPREFERREDDRIVELIST.CPP -// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2008-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" @@ -278,7 +278,7 @@ for(TInt index = 0; index < count; ++index) { RBuf8 text; - text.Create(100); + text.CreateL(100); text.Append(KLtBracket); text.AppendNum(index); text.Append(KRtBracket);