2021-04-06 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdairplay(1) that caused the Talk Timer to
	fail to be populated when adding new carts to a log.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-04-06 09:20:44 -04:00
parent efc96388b4
commit 45a052edcf
3 changed files with 7 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
//
// Rivendell Log Playout Machine
//
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -610,7 +610,7 @@ void RDLogPlay::append(const QString &log_name)
}
bool RDLogPlay::refresh()
bool RDLogPlay::refresh()
{
RDLogLine *s;
RDLogLine *d;