No longer calling 'abort()'

This commit is contained in:
Klaus Schmidinger
2001-04-01 11:18:28 +02:00
parent f3f2d4577d
commit 28130daef7
3 changed files with 14 additions and 11 deletions

View File

@@ -445,3 +445,5 @@ Video Disk Recorder Revision History
systems with three or more DVB cards.
- Added the "statdvb2vdr" tool from Hans-Peter Raschke.
- Fixed a segfault that sometimes happened when killing VDR.
- VDR now returns an exit status of '2' in case of an error at startup, instead
of terminating with 'abort()' (which caused a core dump).