--- a/mmsengine/mmsmessage/src/mmsownnumber.cpp Tue Feb 02 00:08:43 2010 +0200
+++ b/mmsengine/mmsmessage/src/mmsownnumber.cpp Fri Apr 16 14:56:15 2010 +0300
@@ -252,7 +252,7 @@
{
// we found at least one match.
// What do we do now...
- // Analyse the result in detail or just say "This is our own number"...
+ // Analyze the result in detail or just say "This is our own number"...
// First approximation: Say this is our own.
// Actually exact match cases should be checked, too (short number)
@@ -521,13 +521,9 @@
{
iMatch = EFalse;
iState = EMmsOwnNumberSearching;
- // Coverty fix, Forward NULL
- if(iResultArray)
- {
- iOperation = iContactManager->RetrieveContactL(
+ iOperation = iContactManager->RetrieveContactL(
iResultArray->At( iContactToMatch ),
*this);
- }
iStatus = KRequestPending;
SetActive();
}