bluetooth/btstack/linkmgr/hcifacade_commands.cpp
changeset 42 206564d58f40
parent 32 f72906e669b4
--- a/bluetooth/btstack/linkmgr/hcifacade_commands.cpp	Tue Jul 06 15:33:04 2010 +0300
+++ b/bluetooth/btstack/linkmgr/hcifacade_commands.cpp	Wed Aug 18 10:54:44 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);