Fixed the return value of cOsdProvider::StoreImage() in case there is no OSD provider

This commit is contained in:
Klaus Schmidinger
2013-02-14 15:52:54 +01:00
parent 11e04d4228
commit 410968304c
2 changed files with 3 additions and 2 deletions

View File

@@ -7618,3 +7618,4 @@ Video Disk Recorder Revision History
- Moved the definition of TIMERMACRO_TITLE and TIMERMACRO_EPISODE from recording.h to
config.h and using them to initialize Setup.NameInstantRecord (avoids having the same
information in two places).
- Fixed the return value of cOsdProvider::StoreImage() in case there is no OSD provider.