Fixed a possible NULL pointer assignment in cMenuText::SetText()

This commit is contained in:
Klaus Schmidinger
2004-08-08 14:21:17 +02:00
parent 30da608c70
commit c896678b0c
3 changed files with 5 additions and 2 deletions

View File

@@ -2972,3 +2972,5 @@ Video Disk Recorder Revision History
- Fixed checking for the presence of NPTL (thanks to Jouni Karvo).
- Making sure section filters are only set if the device actually has a lock
(thanks to Andreas Share for pointing this out).
- Fixed a possible NULL pointer assignment in cMenuText::SetText() (thanks to
Marco Schl<68>ssler).