summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-20 14:02:17 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-20 14:02:17 +0100
commitc60129ed78f328a323486f8c853e66d252f9aebf (patch)
treed5e5d65fa8513c05c0ae45ae46ce9575ffaaecbf /HISTORY
parented9b548d6eafce5d587ba598896d9c874ba383de (diff)
downloadvdr-c60129ed78f328a323486f8c853e66d252f9aebf.tar.gz
vdr-c60129ed78f328a323486f8c853e66d252f9aebf.tar.bz2
Improved NULL checking in strreplace()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2b7a9683..2a952cb1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4201,3 +4201,4 @@ Video Disk Recorder Revision History
- Fixed a crash after executing the SVDRP command CLRE, caused by dangling 'schedule'
pointers from cChannel objects (reported by Malte Schröder).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
+- Improved NULL checking in strreplace().