Fixed a problem with calling isyslog() from within the SignalHandler()

This commit is contained in:
Klaus Schmidinger
2008-09-06 11:26:01 +02:00
parent 4844235c77
commit 4f9b3175d0
3 changed files with 9 additions and 3 deletions

View File

@@ -5806,6 +5806,8 @@ Video Disk Recorder Revision History
now follows the VPID and optional PPID, separated by an '=' sign.
- Updated the sources.conf file (thanks to Oleg Roitburd).
- Fixed a possible integer overflow in GetAbsTime() (thanks to Alexander Rieger).
- Fixed a problem with calling isyslog() from within the SignalHandler() (thanks
to Udo Richter).
2008-09-06: Version 1.6.0-2
@@ -5818,3 +5820,5 @@ Video Disk Recorder Revision History
fontconfig (suggested by Edgar Toernig).
- Updated the sources.conf file (thanks to Oleg Roitburd).
- Fixed a possible integer overflow in GetAbsTime() (thanks to Alexander Rieger).
- Fixed a problem with calling isyslog() from within the SignalHandler() (thanks
to Udo Richter).