Making sure any floating point numbers written use a decimal point

This commit is contained in:
Klaus Schmidinger
2009-04-05 13:23:58 +02:00
parent 5a42f6b29f
commit daa6799705
3 changed files with 7 additions and 1 deletions

View File

@@ -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).