mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Changed ##Lock to ##_Lock in the DEF_LIST_LOCK and USE_LIST_LOCK macros defined in tools.h
This commit is contained in:
7
HISTORY
7
HISTORY
@@ -9103,7 +9103,7 @@ Video Disk Recorder Revision History
|
||||
- Fixed the locking sequence when switching between 'Now', 'Next' and 'Schedule'
|
||||
in the Schedules menu.
|
||||
|
||||
2017-06-10: Version 2.3.7
|
||||
2017-06-11: Version 2.3.7
|
||||
|
||||
- Fixed false positives when checking the locking sequence, in case of nested locks
|
||||
within the same thread.
|
||||
@@ -9121,3 +9121,8 @@ Video Disk Recorder Revision History
|
||||
Martin Wache).
|
||||
- The "Channels" menu now indicates whether a channel is encrypted ('X') or a radio
|
||||
channel ('R') (thanks to Martin Wache).
|
||||
- Changed ##Lock to ##_Lock in the DEF_LIST_LOCK and USE_LIST_LOCK macros defined
|
||||
in tools.h, so that there is no cSchedulesLock any more. The epgsearch plugin still
|
||||
had an abandoned member of class cSchedulesLock, which, as a side effect, caused an
|
||||
invalid lock sequence to be flagged (reported by Johann Friedrichs). In order to
|
||||
have the compiler report such things, these macros have been changed.
|
||||
|
Reference in New Issue
Block a user