mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
2020-12-27 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'RDLogEvent' class. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -276,7 +276,7 @@ void MainObject::logReloadedData(int log)
|
||||
rml.setAddress(addr);
|
||||
rml.setEchoRequested(false);
|
||||
|
||||
if(air_start_lines[log]<air_logs[log]->size()) {
|
||||
if(air_start_lines[log]<air_logs[log]->lineCount()) {
|
||||
rml.setCommand(RDMacro::MN); // Make Next
|
||||
rml.addArg(mach+1);
|
||||
rml.addArg(air_start_lines[log]);
|
||||
|
||||
Reference in New Issue
Block a user