summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-10-01 12:48:34 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-10-01 12:48:34 +0200
commit4b8ff6190172b812f68b7ec21d348f87dfb0a81a (patch)
tree289494b63d518a2bcb4e07d093aad3ca0d02e32f /HISTORY
parent3f0678244fc81b27e6f1374bfdda5de68839cbff (diff)
downloadvdr-4b8ff6190172b812f68b7ec21d348f87dfb0a81a.tar.gz
vdr-4b8ff6190172b812f68b7ec21d348f87dfb0a81a.tar.bz2
Fixed the FATALERRNO macro to check for a non-zero errno value
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index d1693956..16b43ed8 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3862,3 +3862,5 @@ Video Disk Recorder Revision History
location (reported by Jon Burgess).
- Fixed a crash in cConfig::Load() when compiling on the PPC (thanks to Sascha
Volkenandt).
+- Fixed the FATALERRNO macro to check for a non-zero errno value (reported by Marco
+ Schlüßler).