summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-01-01 15:26:27 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2021-01-01 15:26:27 +0100
commit40ca081ff4e360c383a66c627df4c467c04e5913 (patch)
treeb2fe747fd8319176397ec4afb844f9631690f474 /HISTORY
parentc46fd1ff5bbddbe7b66c6a362d493d4fcb338c10 (diff)
downloadvdr-40ca081ff4e360c383a66c627df4c467c04e5913.tar.gz
vdr-40ca081ff4e360c383a66c627df4c467c04e5913.tar.bz2
Using strgetlast() in more places
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 35525720..a8a0250c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9569,8 +9569,9 @@ Video Disk Recorder Revision History
- Events in the past are no longer marked as having a timer in the Schedules
menu.
-2020-12-31:
+2021-01-01:
- Fixed strreplace() to handle NULL strings (reported by Jürgen Schneider).
- Somewhere down the road the 'x' bit of Doxyfile.filter got lost, so the
Makefile now makes sure it is set before calling doxygen.
+- Using strgetlast() in more places.