mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-24 00:21:41 +02:00
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.
This commit is contained in:
parent
9ae18f2559
commit
03c10c717d
@ -16575,3 +16575,6 @@
|
||||
* Fixed a bug where re-merging linked logs would generate an
|
||||
'Event not placed' exception for avails that were previously
|
||||
unpopulated.
|
||||
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.
|
||||
|
@ -998,7 +998,7 @@ bool RDSvc::clearLogLinks(RDSvc::ImportSource src,const QString &logname,
|
||||
for(int i=0;i<src_event->size();i++) {
|
||||
logline=src_event->logLine(i);
|
||||
if((logline->linkId()<0)||(logline->source()!=event_source)) {
|
||||
dest_event->insert(dest_event->size(),1);
|
||||
dest_event->insert(dest_event->size(),1,true);
|
||||
*(dest_event->logLine(dest_event->size()-1))=*logline;
|
||||
dest_event->logLine(dest_event->size()-1)->setId(dest_event->nextId());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user