From bc06fdf4149cc019ee95cbcc150f7627bb7c14b5 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 12 Nov 2012 14:51:18 +0100 Subject: The return type of cMarks::Add() has been changed to void --- HISTORY | 3 +++ 1 file changed, 3 insertions(+) (limited to 'HISTORY') 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. -- cgit v1.2.3