devsoundextensions/mmfcustominterfaces/SpeechEncoderConfig/SpeechEncoderConfigProxy/src/SpeechEncoderConfigProxy.cpp
--- a/devsoundextensions/mmfcustominterfaces/SpeechEncoderConfig/SpeechEncoderConfigProxy/src/SpeechEncoderConfigProxy.cpp Thu Sep 02 22:02:55 2010 +0300
+++ b/devsoundextensions/mmfcustominterfaces/SpeechEncoderConfig/SpeechEncoderConfigProxy/src/SpeechEncoderConfigProxy.cpp Fri Sep 17 08:37:57 2010 +0300
@@ -150,7 +150,7 @@
CleanupClosePushL(stream); // stream on cleanup
for (TInt i=0; i<numberOfBitratesPckg(); i++)
{
- aSupportedBitrates.Append(stream.ReadUint32L());
+ aSupportedBitrates.AppendL(stream.ReadUint32L());
}
CleanupStack::PopAndDestroy(&stream);
CleanupStack::PopAndDestroy(buf);