mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2020-11-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlogmanager(1) that, after detection of a linker error, caused subsequent linker errors to fail to be appended to the error report. * Fixed a bug in rdlogmanager(1) that caused second and subsequent inline Track Markers or Markers within an Event to fail to be inserted Relative Position mode. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -121,7 +121,7 @@ class RDSvc : public QObject
|
||||
QString *label_cart,QString *track_cart);
|
||||
bool CheckId(std::vector<int> *v,int value);
|
||||
QString MakeErrorLine(int indent,unsigned lineno,const QString &msg) const;
|
||||
bool ResolveInlineTrafficLinks(const QString &logname,QString *err_msg) const;
|
||||
bool ResolveInlineEvents(const QString &logname,QString *err_msg) const;
|
||||
QString svc_name;
|
||||
RDStation *svc_station;
|
||||
RDConfig *svc_config;
|
||||
|
||||
Reference in New Issue
Block a user