changeset 5 | 603d3f8b6302 |
parent 0 | 876b1a06bc25 |
--- a/plugins/contacts/symbian/contactsmodel/cntmodel/src/rcntmodel.cpp Fri Sep 17 08:34:34 2010 +0300 +++ b/plugins/contacts/symbian/contactsmodel/cntmodel/src/rcntmodel.cpp Mon Oct 04 01:37:06 2010 +0300 @@ -2156,7 +2156,7 @@ { RBuf8 buf; CleanupClosePushL(buf); - buf.Create(256); + buf.CreateL(256); TIpcArgs args(&aDbName, &buf); TInt newBufSize;