Fixed conflict in 'ChangeLog'

This commit is contained in:
Fred Gleason 2019-05-31 12:20:52 -04:00
commit b56cd3abfb
2 changed files with 5 additions and 3 deletions

View File

@ -18699,3 +18699,5 @@
2019-05-27 Patrick Linstruth <patrick@deltecent.com>
* Fixed regression in rdlibrary(1) where matching count and
background color codes were inaccurate.
2019-05-31 Patrick Linstruth <patrick@deltecent.com>
* Fixed bug in rdlogmanager(1) deconflicting rules.

View File

@ -699,9 +699,9 @@ bool RDEventLine::generateLog(QString logname,const QString &svcname,
*report+=QObject::tr(" with sched code(s): ")+HaveCode()+" "+HaveCode2();
}
*report+="\n";
}
schedCL->restore();
}
}
//
// Artist separation
@ -731,9 +731,9 @@ bool RDEventLine::generateLog(QString logname,const QString &svcname,
*report+=QObject::tr(" with sched code(s): ")+HaveCode()+" "+HaveCode2();
}
*report+="\n";
}
schedCL->restore();
}
}
// Clock Scheduler Rules
sql=QString("select ")+
@ -779,8 +779,8 @@ bool RDEventLine::generateLog(QString logname,const QString &svcname,
*report+=time.toString("hh:mm:ss")+" "+
QObject::tr("Rule broken: Max. in a Row/Min. Wait for ")+
q->value(0).toString()+"\n";
}
schedCL->restore();
}
// do not play after
if(q->value(3).toString()!="") {