cBitmap::SetXpm() now checks whether the given Xpm pointer is not NULL

This commit is contained in:
Klaus Schmidinger
2007-08-12 11:36:14 +02:00
parent ab7fd0a903
commit dbcc517354
3 changed files with 10 additions and 1 deletions

View File

@@ -5340,3 +5340,6 @@ Video Disk Recorder Revision History
Ville Skytt<74>). 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<74>).
- 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).