Merge branch 'dklann-dklann-rdlogline'

This commit is contained in:
Fred Gleason 2020-04-08 17:53:07 -04:00
commit bcdbfcd44a
2 changed files with 4 additions and 0 deletions

View File

@ -19754,3 +19754,6 @@
in an imported set to fail receive the proper time and transition in an imported set to fail receive the proper time and transition
type if the 'Include Import Markers in Finished Logs' checkbox in type if the 'Include Import Markers in Finished Logs' checkbox in
rdadmin(1) had not been ticked. rdadmin(1) had not been ticked.
2020-04-08 David Klann <dklann@linux.com>
* Fixed a regression in rdexport(1) that caused exported file
names to be constructed improperly.

View File

@ -2038,6 +2038,7 @@ void RDLogLine::loadCart(int cartnum,int cutnum)
log_average_segue_length=segueStartPoint(RDLogLine::AutoPointer)- log_average_segue_length=segueStartPoint(RDLogLine::AutoPointer)-
startPoint(RDLogLine::AutoPointer); startPoint(RDLogLine::AutoPointer);
} }
log_cut_number=cutnum;
log_outcue=q->value(10).toString(); log_outcue=q->value(10).toString();
log_isrc=q->value(11).toString(); log_isrc=q->value(11).toString();
log_isci=q->value(12).toString(); log_isci=q->value(12).toString();