diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-08-12 11:36:14 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-08-12 11:36:14 +0200 |
commit | dbcc5173544db29a67bfb331ddad7ed9f1c95552 (patch) | |
tree | a08b2758c9077f813c45b4bf3a3cac2a00e7003d /HISTORY | |
parent | ab7fd0a903bca7a23c9ce4dfbc47830f0456fd55 (diff) | |
download | vdr-dbcc5173544db29a67bfb331ddad7ed9f1c95552.tar.gz vdr-dbcc5173544db29a67bfb331ddad7ed9f1c95552.tar.bz2 |
cBitmap::SetXpm() now checks whether the given Xpm pointer is not NULL
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |