mobilemessaging/audiomsg/src/audiomessageprogressdialog.cpp
changeset 2 0bf1d54f37d9
parent 0 72b543305e3a
equal deleted inserted replaced
1:d09ac5c1e252 2:0bf1d54f37d9
   563 		tempBuf = iTextRecording;
   563 		tempBuf = iTextRecording;
   564 		break;
   564 		break;
   565 		case R_AUDIOMESSAGE_PROGRESS_PAUSED:
   565 		case R_AUDIOMESSAGE_PROGRESS_PAUSED:
   566 		tempBuf = iTextPaused;
   566 		tempBuf = iTextPaused;
   567 		break;
   567 		break;
       
   568 		// Coverty fix, Forward NULL; http://ousrv057/cov.cgi?cid=35851
   568 		default:
   569 		default:
       
   570 		tempBuf = iTextPlaying;
   569 		break;		
   571 		break;		
   570 		}
   572 		}
   571 	
   573 	
   572  	strLength += tempBuf->Length();
   574  	strLength += tempBuf->Length();
   573 	TPtr tempBuff( tempBuf->Des() );
   575 	TPtr tempBuff( tempBuf->Des() );