diff -r bf4e57f9a0ce -r a4443cbc1353 multimediacommsengine/mmceshared/src/mcecomcodec.cpp --- a/multimediacommsengine/mmceshared/src/mcecomcodec.cpp Wed Aug 18 10:09:50 2010 +0300 +++ b/multimediacommsengine/mmceshared/src/mcecomcodec.cpp Thu Sep 02 20:49:29 2010 +0300 @@ -232,7 +232,7 @@ TInt slashPos = aRtpmapValue.Find( _L8( "/" ) ); if ( slashPos != KErrNotFound ) { - return aRtpmapValue.Left(slashPos).Compare( iSdpName ) == 0; + return aRtpmapValue.Left(slashPos).CompareF( iSdpName ) == 0; } return aRtpmapValue.FindF(iSdpName) == 0;