messagingappbase/msgeditor/appuisrc/MsgCheckNames.cpp
branchRCL_3
changeset 17 caea42e26caa
parent 2 0bf1d54f37d9
equal deleted inserted replaced
9:1d7827e39b52 17:caea42e26caa
   241          UseAdvancedMatch( aText ) )
   241          UseAdvancedMatch( aText ) )
   242         {
   242         {
   243         PerformAdvancedMatchL( aText, fieldTypes );
   243         PerformAdvancedMatchL( aText, fieldTypes );
   244         }
   244         }
   245      // Coverty fix, Forward NULL , http://ousrv057/cov.cgi?cid=35690 
   245      // Coverty fix, Forward NULL , http://ousrv057/cov.cgi?cid=35690 
   246     TInt contactAmount;  
   246     TInt contactAmount = 0;  
   247     if(iFoundContacts)
   247     if(iFoundContacts)
   248         {
   248         {
   249         contactAmount = iFoundContacts->Count();
   249         contactAmount = iFoundContacts->Count();
   250       	}
   250       	}
   251 
   251