summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-11-12 14:51:18 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-11-12 14:51:18 +0100
commitbc06fdf4149cc019ee95cbcc150f7627bb7c14b5 (patch)
treeaf3e3608e902c25ab705ad1274325790e56907ea /HISTORY
parentb951ca48a5e4bb15c52465485ef48dd0fb537330 (diff)
downloadvdr-bc06fdf4149cc019ee95cbcc150f7627bb7c14b5.tar.gz
vdr-bc06fdf4149cc019ee95cbcc150f7627bb7c14b5.tar.bz2
The return type of cMarks::Add() has been changed to void
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index f804c927..50470824 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7312,3 +7312,6 @@ Video Disk Recorder Revision History
start up to twice as fast as before.
- Updated the Romanian OSD texts (thanks to Lucian Muresan).
- Fixed handling the very last entry in a recording index.
+- The return type of cMarks::Add() has been changed to void, since due to the sorting
+ of the list of marks the returned pointer might have pointed to a totally different
+ mark. Besides, the return value was never actually used.