mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Now using __cplusplus instead of DISABLE_TEMPLATES_COLLIDING_WITH_STL, and using std::min(), std::max() and std::swap() if available
This commit is contained in:
4
HISTORY
4
HISTORY
@@ -9706,9 +9706,11 @@ Video Disk Recorder Revision History
|
||||
order to restore this functionality. However, it is recommended to use the function
|
||||
with the TimerActive parameter instead.
|
||||
|
||||
2021-05-25:
|
||||
2021-05-26:
|
||||
|
||||
- cRecordingInfo::Errors() now returns -1 for old recordings; added a missing 'const'
|
||||
(suggested by Christoph Haubrich).
|
||||
- The error counter of a recording is now copied as is when editing a recording.
|
||||
- Added missing initialization of cRecorder::lastErrors.
|
||||
- Now using __cplusplus instead of DISABLE_TEMPLATES_COLLIDING_WITH_STL, and using
|
||||
std::min(), std::max() and std::swap() if available (thanks to Winfried K<>hler).
|
||||
|
Reference in New Issue
Block a user