changeset 79 | 2981cb3aa489 |
parent 23 | 238255e8b033 |
--- a/mmsengine/mmsserversettings/src/mmsregisteredapplications.cpp Mon May 03 12:29:07 2010 +0300 +++ b/mmsengine/mmsserversettings/src/mmsregisteredapplications.cpp Wed Nov 03 09:52:46 2010 +0530 @@ -369,7 +369,7 @@ { aIndex = -1; TInt count = iAppIdArray->MdcaCount(); - for( TInt i = 0; i < count && aIndex == -1; ++i ) + for( TInt i = 0; i < count && aIndex == -1; i++ ) { TPtrC16 ptr = iAppIdArray->MdcaPoint( i ); if ( ptr.Compare( aApplicationId ) == 0 )