2023-04-29 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug where a pending hard start with a non-zero grace time
	was not cleared properly during a log chain event.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2023-04-29 15:57:12 -04:00
parent dde4191bfe
commit e19301da64
2 changed files with 5 additions and 0 deletions

View File

@ -24049,3 +24049,6 @@
* Changed the behavior of the logo display in rdairplay(1) so as to * Changed the behavior of the logo display in rdairplay(1) so as to
show the default Rivendell logo when the 'Logo Image' control in show the default Rivendell logo when the 'Logo Image' control in
rdadmin(1) is not set to a valid graphical image file. rdadmin(1) is not set to a valid graphical image file.
2023-04-29 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug where a pending hard start with a non-zero grace time
was not cleared properly during a log chain event.

View File

@ -2174,6 +2174,8 @@ bool RDLogPlay::StartEvent(int line,RDLogLine::TransType trans_type,
break; break;
case RDLogLine::Chain: case RDLogLine::Chain:
play_grace_timer->stop();
// //
// Assign Next Event // Assign Next Event
// //