summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-02-20 15:53:33 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-02-20 15:53:33 +0100
commit1f22931a77f97c43564f07bf34b877966bb339f4 (patch)
treee0ffbb8c8bb6a7d95b04a702585960904553fa53 /HISTORY
parentf6cdae50ef85678c06e3bef87a79510a88b956c4 (diff)
downloadvdr-1f22931a77f97c43564f07bf34b877966bb339f4.tar.gz
vdr-1f22931a77f97c43564f07bf34b877966bb339f4.tar.bz2
Changed the return value of cTimer::SetFile() to 'void'
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 39846b1d..cada8f70 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6898,3 +6898,4 @@ Video Disk Recorder Revision History
- Fixed getting the subsystem ids of DVB devices in case they have been rearranged
via udev rules.
- Added several cTimer::Set...() functions (suggested by Alexander Rieger).
+- Changed the return value of cTimer::SetFile() to 'void'.