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 RDLogEdit(1).
This commit is contained in:
Fred Gleason
2017-03-15 18:25:38 -04:00
parent 790be71d44
commit 56f321976a
10 changed files with 24 additions and 9 deletions

View File

@@ -1417,7 +1417,7 @@ void ListLog::UpdateTimes(int removed_line,int num_lines)
default:
if(!logline->startTime(RDLogLine::Predicted).isNull()) {
next->setText(1,
TimeString(logline->startTime(RDLogLine::Predicted)));
TimeString(logline->startTime(RDLogLine::Predicted)));
}
else {
next->setText(1,"");