Fixed strreplace() to handle NULL strings

This commit is contained in:
Klaus Schmidinger
2020-12-29 21:40:29 +01:00
parent 2b3556b460
commit 55b237dbe8
3 changed files with 9 additions and 1 deletions

View File

@@ -9568,3 +9568,7 @@ Video Disk Recorder Revision History
- Implemented "Pattern Timers" (see MANUAL, vdr.1 and vdr.5 for details).
- Events in the past are no longer marked as having a timer in the Schedules
menu.
2020-12-29:
- Fixed strreplace() to handle NULL strings (reported by J<>rgen Schneider).