summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY10
1 files changed, 2 insertions, 8 deletions
diff --git a/HISTORY b/HISTORY
index a9517f26..8ba1bb23 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3828,14 +3828,8 @@ Video Disk Recorder Revision History
startup if there are a great many of recordings, or the disk(s) have to spin up.
If the Recordings menu is opened while the list of recordings is still being read,
the menu will be updated accordingly.
- Plugins that access the global Recordings variable should lock the thread, either
- by calling
-
- Recordings.Lock();
- ...
- Recordings.Unlock();
-
- or by putting something like
+ Plugins that access the global Recordings variable should lock the thread
+ by putting something like
cThreadLock RecordingsLock(&Recordings);