equal
deleted
inserted
replaced
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() ); |