summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-14 15:52:54 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-14 15:52:54 +0100
commit410968304cfd06f077386e8a5db62120abac3f8c (patch)
tree5d4a977274d5da26717bf6162ffaf1339441ee93 /HISTORY
parent11e04d4228b00126fa2a9992a6b6e264d8d71ea3 (diff)
downloadvdr-410968304cfd06f077386e8a5db62120abac3f8c.tar.gz
vdr-410968304cfd06f077386e8a5db62120abac3f8c.tar.bz2
Fixed the return value of cOsdProvider::StoreImage() in case there is no OSD provider
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 8acb3272..87d9cbc5 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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.