mmsharing/mmshavailability/src/musavacontactavailability.cpp
branchRCL_3
changeset 10 04980be5c5fe
parent 0 f0cf47e981f9
child 31 33a5d2bbf6fc
equal deleted inserted replaced
6:c47a75a8cd72 10:04980be5c5fe
   424     if ( strLength > iContactName->Length() )
   424     if ( strLength > iContactName->Length() )
   425         {
   425         {
   426         iContactName = iContactName->ReAllocL( strLength );
   426         iContactName = iContactName->ReAllocL( strLength );
   427         }
   427         }
   428 
   428 
   429     if ( strLength > 1 )
   429     if ( strLength > 0 )
   430         {
   430         {
   431         TPtr ptr = iContactName->Des();
   431         TPtr ptr = iContactName->Des();
   432         if ( iBeginWithFirstName )
   432         if ( iBeginWithFirstName )
   433             {
   433             {
   434             if ( bothNames )
   434             if ( bothNames )