2018-01-10 Fred Gleason <fredg@paravelsystems.com>

* Cleaned up compiler warnings.
This commit is contained in:
Fred Gleason 2018-01-10 10:20:43 -05:00
parent 03c10c717d
commit 43ca6e30cc
2 changed files with 2 additions and 2 deletions

View File

@ -16578,3 +16578,5 @@
2018-01-10 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlogmanager(1) that caused remerging of traffic
data to a log to remove voice track transitions.
2018-01-10 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compiler warnings.

View File

@ -3943,9 +3943,7 @@ bool VoiceTracker::InitTrack()
delete edit_track_cart;
edit_track_cart=NULL;
}
bool ok=false;
unsigned next_cart=0;
RDCart *cart=NULL;
if((next_cart=RDCart::create(track_group->name(),RDCart::Audio,&err_msg))==0) {
return false;