multimediacommsengine/mmceshared/src/mcecomcodec.cpp
branchRCL_3
changeset 18 817c922b90eb
parent 12 91f50911ea81
equal deleted inserted replaced
17:b9d283c5c7b5 18:817c922b90eb
   230     {
   230     {
   231     // find MIME type
   231     // find MIME type
   232     TInt slashPos = aRtpmapValue.Find( _L8( "/" ) );
   232     TInt slashPos = aRtpmapValue.Find( _L8( "/" ) );
   233     if ( slashPos != KErrNotFound )
   233     if ( slashPos != KErrNotFound )
   234         {
   234         {
   235         return aRtpmapValue.Left(slashPos).Compare( iSdpName ) == 0;
   235 		return aRtpmapValue.Left(slashPos).CompareF( iSdpName ) == 0;
   236         }
   236         }
   237 
   237 
   238     return aRtpmapValue.FindF(iSdpName) == 0;
   238     return aRtpmapValue.FindF(iSdpName) == 0;
   239     }
   239     }
   240     
   240