diff -r 3b67655da2cc -r 673fb3e04649 profilesservices/RingingTone3DPlugin/src/C3DAudioPattern.cpp --- a/profilesservices/RingingTone3DPlugin/src/C3DAudioPattern.cpp Mon Jun 21 15:59:17 2010 +0300 +++ b/profilesservices/RingingTone3DPlugin/src/C3DAudioPattern.cpp Thu Jul 15 18:57:55 2010 +0300 @@ -163,7 +163,7 @@ tempLoop.iLoopStart = aStream.ReadUint8L(); tempLoop.iLoopEnd = aStream.ReadUint8L(); tempLoop.iCount = aStream.ReadUint8L(); - iLoops.Append( tempLoop ); + iLoops.AppendL( tempLoop ); } // Reset the array of loops. @@ -188,7 +188,7 @@ tempScript.iDTime = aStream.ReadUint16L(); tempScript.iPosition = tempPosition; tempScript.iVelocity = tempVelocity; - iScript.Append( tempScript ); + iScript.AppendL( tempScript ); } }