summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-02-13 12:55:06 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-02-13 12:55:06 +0100
commit8ef71dbbdf87b836c915b1230a66e230408e2868 (patch)
treea58d13e92310686eba838c6e4a0ee8a72a3deb4e /HISTORY
parente5295be30a96acfbfc7919b938965ac645c05c96 (diff)
downloadvdr-8ef71dbbdf87b836c915b1230a66e230408e2868.tar.gz
vdr-8ef71dbbdf87b836c915b1230a66e230408e2868.tar.bz2
Made cOsd::DestroyPixmap() "NULL proof"
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 95e638e9..52792848 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7585,7 +7585,7 @@ Video Disk Recorder Revision History
- Fixed formatting and removed some superfluous break statements in vdr.c's command
line option switch.
-2013-02-12: Version 1.7.38
+2013-02-13: Version 1.7.38
- Updated the Ukrainian OSD texts (thanks to Yarema Aka Knedlyk).
- Updated the Estonian OSD texts (thanks to Arthur Konovalov).
@@ -7605,3 +7605,4 @@ Video Disk Recorder Revision History
characters (reported by Andre Weidemann).
- Fixed the description of the OSD drawing functions DrawEllipse() (the values -5...-8
for the Quadrants parameter are not implemented).
+- Made cOsd::DestroyPixmap() "NULL proof".