changeset 34 | 9d84592f5036 |
parent 33 | 4e80e1b997a8 |
child 56 | 015fa7494bd2 |
--- a/bluetooth/btstack/linkmgr/hcifacade_commands.cpp Mon Jul 12 07:03:47 2010 +0300 +++ b/bluetooth/btstack/linkmgr/hcifacade_commands.cpp Mon Jul 12 07:06:31 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);