summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2019-05-29 14:23:40 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2019-05-29 14:23:40 +0200
commit712523f0040ec18846ded1dea8d1838e80566f02 (patch)
treef71af77a1400b226b45a056e0e3af97badf96f17 /HISTORY
parentc2634a7ccf815bedc26671b803dc571f0544fc73 (diff)
downloadvdr-712523f0040ec18846ded1dea8d1838e80566f02.tar.gz
vdr-712523f0040ec18846ded1dea8d1838e80566f02.tar.bz2
Fixed a wrong variable name in cFileName::cFileName()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 343f3ef1..c91c8dcc 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9348,7 +9348,7 @@ Video Disk Recorder Revision History
Senzel).
- Official release.
-2019-05-28: Version 2.4.1
+2019-05-29: Version 2.4.1
- Fixed handling the tfRecording flag in the SVDRP commands MODT and UPDT (reported
by Johann Friedrichs).
@@ -9414,3 +9414,4 @@ Video Disk Recorder Revision History
frame size.
- Fixed inconsistent behavior in case only certain devices are used (selected by the '-D'
option).
+- Fixed a wrong variable name in cFileName::cFileName().