The function cThread::Cancel() now only sets 'running' to false and does not actually kill the thread if the special value -1 is given

This commit is contained in:
Klaus Schmidinger
2006-09-24 12:54:47 +02:00
parent 0b8cee6f2a
commit 2d68b323c7
5 changed files with 14 additions and 5 deletions

View File

@@ -4930,3 +4930,8 @@ Video Disk Recorder Revision History
2006-09-23: Version 1.4.3
- Official release.
2006-09-24: Version 1.4.3-1
- The function cThread::Cancel() now only sets 'running' to false and does not
actually kill the thread if the special value -1 is given (suggested by Udo Richter).