summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-11-13 16:23:58 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-11-13 16:23:58 +0100
commit2fecf43be9fc7e0372589d1cce408ed5f5e2e210 (patch)
treef7596241f6e28cd5d2acf13bf58d9e68871be6c7
parent2cae2ed28c0b6055b504e6fd00a79bba176d0637 (diff)
downloadvdr-2fecf43be9fc7e0372589d1cce408ed5f5e2e210.tar.gz
vdr-2fecf43be9fc7e0372589d1cce408ed5f5e2e210.tar.bz2
Removed a faulty lock advice
-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);