summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
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.