mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-13 08:06:38 +01:00
2021-08-13 Fred Gleason <fredg@paravelsystems.com>
* Replaced hard-coded date/time formats with standard formats in all reports and GUI modules. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1821,7 +1821,7 @@ bool RDSvc::ResolveInlineEvents(const QString &logname,QString *err_msg)
|
||||
q=new RDSqlQuery(sql);
|
||||
if(q->size()>1) {
|
||||
*err_msg+=tr("In event")+" \""+logline->linkEventName()+"\"@"+
|
||||
logline->startTime(RDLogLine::Logged).toString("hh:mm:ss")+":\n";
|
||||
rda->timeString(logline->startTime(RDLogLine::Logged))+":\n";
|
||||
while(q->next()) {
|
||||
*err_msg+=MakeErrorLine(4,q->value(1).toUInt(),
|
||||
tr("multiple inline traffic breaks not permitted within the same music event"));
|
||||
|
||||
Reference in New Issue
Block a user