summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-01-31 10:15:58 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-01-31 10:15:58 +0100
commitf48061576e6c23e6fab8e6de7a6a881ebcbde62e (patch)
tree058847708d07819a5e196df478d9cc0ca3597b00 /HISTORY
parent1884b72ff3351dd1ce6d07f35af127507fd6a675 (diff)
downloadvdr-f48061576e6c23e6fab8e6de7a6a881ebcbde62e.tar.gz
vdr-f48061576e6c23e6fab8e6de7a6a881ebcbde62e.tar.bz2
Fixed the SVDRP command 'STAT DISK' to avoid a 'division by 0' in case the disk is full
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 965d509b..0eccb5c2 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2627,7 +2627,9 @@ Video Disk Recorder Revision History
- Added a call to cStatus::MsgOsdCurrentItem() to cMenuEditItem::SetValue()
(thanks to Martin Hammerschmid).
-2004-01-25: Version 1.3.4
+2004-01-31: Version 1.3.4
- Fixed handling language codes in case there is no audio or Dolby PID.
- Fixed handling CA ids (was broken in 1.3.4).
+- Fixed the SVDRP command 'STAT DISK' to avoid a 'division by 0' in case the
+ disk is full (thanks to Jens Rosenboom).