diff -r a675745f8b2e -r 7355aab40bca cryptoservices/certificateandkeymgmt/tx509/comparisontest.cpp --- a/cryptoservices/certificateandkeymgmt/tx509/comparisontest.cpp Wed Aug 18 11:33:05 2010 +0300 +++ b/cryptoservices/certificateandkeymgmt/tx509/comparisontest.cpp Thu Sep 02 22:21:47 2010 +0300 @@ -123,7 +123,7 @@ TInt size; User::LeaveIfError(file.Size(size)); RBuf8 buf; - buf.Create(size); + buf.CreateL(size); CleanupClosePushL(buf); User::LeaveIfError(file.Read(buf, size));