summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-04-05 13:23:58 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-04-05 13:23:58 +0200
commitdaa67997058b3387f55c69b5a67eb853b3d8a6e1 (patch)
tree710db034e561e6598e238377e463eb4498c8354c /HISTORY
parent5a42f6b29fa46307c4b98e6f1fe1e4d1bf367fdc (diff)
downloadvdr-daa67997058b3387f55c69b5a67eb853b3d8a6e1.tar.gz
vdr-daa67997058b3387f55c69b5a67eb853b3d8a6e1.tar.bz2
Making sure any floating point numbers written use a decimal point
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 0df948e1..2fb8ca75 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6021,3 +6021,6 @@ Video Disk Recorder Revision History
- Fixed the 'VideoOnly' condition in the PlayPes() and PlayTs() calls in
cDvbPlayer::Action() (thanks to Reinhard Nissl).
- cDevice::PlayTs() now plays as many TS packets as possible in one call.
+- Making sure any floating point numbers written use a decimal point (thanks to
+ Oliver Endriss for pointing out a problem with the F record in the info file of
+ a recording).