summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-10-16 11:05:14 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-10-16 11:05:14 +0200
commit27895be475763321d36e476578fc7d4712f1a600 (patch)
tree01759a17c5ccb603b70cbee258264c3b1f79ab7c /HISTORY
parent1a2ddff60d9722e7633971c917c7413c598ad7c1 (diff)
downloadvdr-27895be475763321d36e476578fc7d4712f1a600.tar.gz
vdr-27895be475763321d36e476578fc7d4712f1a600.tar.bz2
cOsdProvider::NewOsd() now always returns a valid pointer
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index ca415996..99bc745a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3009,3 +3009,6 @@ Video Disk Recorder Revision History
- Fixed a possible crash with inconsistent SI data (thanks to Marcel Wiesweg).
- Fixed showing the replay mode if the OSD is currently in use (thanks to Kimmo
Tykkala for pointing out this problem).
+- cOsdProvider::NewOsd() now always returns a valid pointer, even if the OSD is
+ currently in use (it will then return a dummy cOsd object and write a message to
+ the log file).