mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 09:01:18 +02:00
2023-08-14 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdvairplayd(8) that caused virtual logs to fail to process 'Load Log' ['LL'], 'Set Duck Level' ['MD'] and 'Stop' ['PS] RMLs with a 'mach' parameter of '0'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -47,7 +47,7 @@ class MainObject : public QObject
|
||||
void SetAutoMode(int index);
|
||||
void SetLiveAssistMode(int index);
|
||||
void SetManualMode(int index);
|
||||
int LogMachineIndex(int log_mach,bool *all=NULL) const;
|
||||
int LogMachineIndex(int log_mach) const;
|
||||
RDLogPlay *air_logs[RD_RDVAIRPLAY_LOG_QUAN];
|
||||
QString air_start_lognames[RD_RDVAIRPLAY_LOG_QUAN];
|
||||
int air_start_lines[RD_RDVAIRPLAY_LOG_QUAN];
|
||||
|
Reference in New Issue
Block a user