cryptoservices/certificateandkeymgmt/tx509/comparisontest.cpp
branchRCL_3
changeset 96 a71299154b21
parent 95 641f389e9157
--- a/cryptoservices/certificateandkeymgmt/tx509/comparisontest.cpp	Tue Aug 31 17:00:08 2010 +0300
+++ b/cryptoservices/certificateandkeymgmt/tx509/comparisontest.cpp	Wed Sep 01 12:40:57 2010 +0100
@@ -123,7 +123,7 @@
 	TInt size;
 	User::LeaveIfError(file.Size(size));
 	RBuf8 buf;
-	buf.CreateL(size);
+	buf.Create(size);
 	CleanupClosePushL(buf);
 	
 	User::LeaveIfError(file.Read(buf, size));