Fixed timeout handling in cRwLock::Lock()

This commit is contained in:
Klaus Schmidinger
2005-05-06 14:43:17 +02:00
parent 6ca56047ae
commit 9f7166a891
3 changed files with 28 additions and 23 deletions

View File

@@ -3496,3 +3496,7 @@ Video Disk Recorder Revision History
actually stored.
- Fixed handling lifetime when deciding whether to delete a recording (thanks to
Udo Richter).
- Fixed timeout handling in cRwLock::Lock() (thanks to Sascha Volkenandt for reporting
this one).
- Since there are several places in thread.c where a timeout value is calculated,
this has been put into a separate function.