bluetooth/btstack/linkmgr/hcifacade_commands.cpp
branchRCL_3
changeset 22 786b94c6f0a4
parent 16 9f17f914e828
--- a/bluetooth/btstack/linkmgr/hcifacade_commands.cpp	Thu Jul 15 19:55:36 2010 +0300
+++ b/bluetooth/btstack/linkmgr/hcifacade_commands.cpp	Thu Aug 19 11:01:00 2010 +0300
@@ -559,7 +559,7 @@
 	
 	for (TInt count = 0; count < aNumCurrentIAC; count++)
 		{
-		iacLap.Append(aIAC_LAP[count]);
+		iacLap.AppendL(aIAC_LAP[count]);
 		}
 		
 	CWriteCurrentIACLAPCommand* cmd = CWriteCurrentIACLAPCommand::NewL(aNumCurrentIAC, iacLap);