mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-10-31 22:24:02 +01:00 
			
		
		
		
	2017-07-28 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rdevent_line.cpp' that caused an embedded traffic import event to be assigned incorrect link parameters when scheduled at midnight.
This commit is contained in:
		| @@ -15825,3 +15825,7 @@ | ||||
| 	immediately after a voice track. | ||||
| 2017-07-28 Fred Gleason <fredg@paravelsystems.com> | ||||
| 	* Incremented the package version to 2.16.0kxxo00. | ||||
| 2017-07-28 Fred Gleason <fredg@paravelsystems.com> | ||||
| 	* Fixed a bug in 'lib/rdevent_line.cpp' that caused an embedded traffic | ||||
| 	import event to be assigned incorrect link parameters when scheduled | ||||
| 	at midnight. | ||||
|   | ||||
| @@ -977,7 +977,7 @@ bool RDEventLine::linkLog(RDLogEvent *e,int next_id,const QString &svcname, | ||||
| 	  logline->setTransType(trans_type); | ||||
| 	  logline->setEventLength(event_length); | ||||
| 	  logline->setLinkEventName(event_nested_event); | ||||
| 	  if((!q->value(12).isNull())&&(!q->value(13).isNull())) { | ||||
| 	  if(!q->value(13).isNull()) { | ||||
| 	    logline->setLinkStartTime(q->value(12).toTime()); | ||||
| 	    logline->setLinkLength(q->value(13).toInt()); | ||||
| 	  } | ||||
| @@ -1040,7 +1040,7 @@ bool RDEventLine::linkLog(RDLogEvent *e,int next_id,const QString &svcname, | ||||
| 	  logline->setTransType(trans_type); | ||||
| 	  logline->setEventLength(event_length); | ||||
| 	  logline->setLinkEventName(event_nested_event); | ||||
| 	  if((!q->value(12).isNull())&&(!q->value(13).isNull())) { | ||||
| 	  if(!q->value(13).isNull()) { | ||||
| 	    logline->setLinkStartTime(q->value(12).toTime()); | ||||
| 	    logline->setLinkLength(q->value(13).toInt()); | ||||
| 	  } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user