diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-11-12 14:51:18 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-11-12 14:51:18 +0100 |
commit | bc06fdf4149cc019ee95cbcc150f7627bb7c14b5 (patch) | |
tree | af3e3608e902c25ab705ad1274325790e56907ea /HISTORY | |
parent | b951ca48a5e4bb15c52465485ef48dd0fb537330 (diff) | |
download | vdr-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-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |