mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-09 17:07:44 +02:00
2018-01-10 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compiler warnings.
This commit is contained in:
parent
03c10c717d
commit
43ca6e30cc
@ -16578,3 +16578,5 @@
|
|||||||
2018-01-10 Fred Gleason <fredg@paravelsystems.com>
|
2018-01-10 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a bug in rdlogmanager(1) that caused remerging of traffic
|
* Fixed a bug in rdlogmanager(1) that caused remerging of traffic
|
||||||
data to a log to remove voice track transitions.
|
data to a log to remove voice track transitions.
|
||||||
|
2018-01-10 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Cleaned up compiler warnings.
|
||||||
|
@ -3943,9 +3943,7 @@ bool VoiceTracker::InitTrack()
|
|||||||
delete edit_track_cart;
|
delete edit_track_cart;
|
||||||
edit_track_cart=NULL;
|
edit_track_cart=NULL;
|
||||||
}
|
}
|
||||||
bool ok=false;
|
|
||||||
unsigned next_cart=0;
|
unsigned next_cart=0;
|
||||||
RDCart *cart=NULL;
|
|
||||||
|
|
||||||
if((next_cart=RDCart::create(track_group->name(),RDCart::Audio,&err_msg))==0) {
|
if((next_cart=RDCart::create(track_group->name(),RDCart::Audio,&err_msg))==0) {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user