summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 9aae28c4..c8ff1e7a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5340,3 +5340,6 @@ Video Disk Recorder Revision History
Ville Skyttä). Plugin authors may want to consider doing the same.
- Fixed the link to the GPL2 at http://www.gnu.org in vdr.c (thanks to Ville
Skyttä).
+- cBitmap::SetXpm() now checks whether the given Xpm pointer is not NULL, to
+ avoid a crash with files that only contain "/* XPM */" (suggested by Andreas
+ Mair).