2017-03-15 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in 'lib/rdlog_event.cpp' that caused errors in
	predicted event start times in logs containing voice tracks.
This commit is contained in:
Fred Gleason 2017-03-15 11:57:24 -04:00
parent c3e490f575
commit 052593f0f1
2 changed files with 4 additions and 1 deletions

View File

@ -15628,3 +15628,6 @@
event start times in RDLogEdit(1) in 'lib/rdlog_event.cpp'.
2017-03-06 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 2.15.2int04.
2017-03-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rdlog_event.cpp' that caused errors in
predicted event start times in logs containing voice tracks.

View File

@ -970,7 +970,7 @@ from `%s` left join CART on `%s`.CART_NUMBER=CART.NUMBER order by COUNT",
line.setSongId(q->value(20).toString()); // Song ID
line.setUsageCode((RDCart::UsageCode)q->value(47).toInt());
line.setForcedLength(q->value(21).toUInt()); // Forced Length
if((q->value(7).toInt()<0)||(q->value(8).toInt()<0)) {
if(q->value(7).toInt()<0) {
line.setAverageSegueLength(q->value(48).toInt());
}
else {