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:
Fred Gleason
2020-11-15 14:28:02 -05:00
parent 622e2b670d
commit b9e63c6e7c
3 changed files with 40 additions and 12 deletions

View File

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