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:
Fred Gleason
2020-12-27 17:20:58 -05:00
parent b72b9f08c2
commit ca7ead3ea3
37 changed files with 357 additions and 2231 deletions

View File

@@ -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]);