Fixed cSchedule::GetFollowingEvent() in case there is currently no present event running

This commit is contained in:
Klaus Schmidinger
2006-02-26 15:10:02 +01:00
parent 46ad11bcf8
commit 58985f6dc1
3 changed files with 14 additions and 1 deletions

View File

@@ -4412,3 +4412,5 @@ Video Disk Recorder Revision History
(suggested by Matthias Schniedermeyer).
- The DrawBitmap() function now has a new parameter 'Overlay' that allows a bitmap
to be drawn with a transparent background (thanks to Alexander Hans).
- Fixed cSchedule::GetFollowingEvent() in case there is currently no present event
running (thanks to Pekka Mauno).