diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-11-13 16:23:58 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-11-13 16:23:58 +0100 |
commit | 2fecf43be9fc7e0372589d1cce408ed5f5e2e210 (patch) | |
tree | f7596241f6e28cd5d2acf13bf58d9e68871be6c7 /HISTORY | |
parent | 2cae2ed28c0b6055b504e6fd00a79bba176d0637 (diff) | |
download | vdr-2fecf43be9fc7e0372589d1cce408ed5f5e2e210.tar.gz vdr-2fecf43be9fc7e0372589d1cce408ed5f5e2e210.tar.bz2 |
Removed a faulty lock advice
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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); |