2016-07-22 Fred Gleason <fredg@paravelsystems.com>

* Cleaned up warning in 'rdairplay/log_play.cpp'.
This commit is contained in:
Fred Gleason 2016-07-22 18:32:59 -04:00
parent 368c310a5e
commit b257ba924c
2 changed files with 25 additions and 20 deletions

View File

@ -15403,3 +15403,5 @@
a SQL error when logging ELR data. a SQL error when logging ELR data.
2016-07-22 Fred Gleason <fredg@paravelsystems.com> 2016-07-22 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'rdairplay/log_play.cpp' that caused a SQL error. * Fixed a bug in 'rdairplay/log_play.cpp' that caused a SQL error.
2016-07-22 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up warning in 'rdairplay/log_play.cpp'.

View File

@ -2276,6 +2276,9 @@ QTime LogPlay::GetStartTime(QTime sched_time,
} }
return sched_time; return sched_time;
break; break;
case RDLogLine::NoTime:
break;
} }
return QTime(); return QTime();
} }