diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-01-25 09:34:24 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-01-25 09:34:24 +0100 |
commit | 9e7a2134b4398d2b7851d4f7e2ad888bc04bfb42 (patch) | |
tree | bfcd78c14529c8bd2229123cecbe9486aaf84fce /HISTORY | |
parent | fbe4f2a0568a1bf893f2bf970edcbb3d345e5db5 (diff) | |
download | vdr-9e7a2134b4398d2b7851d4f7e2ad888bc04bfb42.tar.gz vdr-9e7a2134b4398d2b7851d4f7e2ad888bc04bfb42.tar.bz2 |
Fixed cRecording::LengthInSeconds(), which wrongfully rounded the result to full minutes
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6836,7 +6836,7 @@ Video Disk Recorder Revision History - Fixed frozen live view with device bonding in case the bonded master is used for live viewing (reported by Uwe Scheffler). -2012-01-18: Version 1.7.24 +2012-01-25: Version 1.7.24 - Updated the Italian OSD texts (thanks to Diego Pierotto). - Revoked "Fixed handling symbolic links in cRecordings::ScanVideoDir()". @@ -6850,3 +6850,5 @@ Video Disk Recorder Revision History - Fixed the return type of cMyDeviceHook::DeviceProvidesTransponder() in PLUGINS.html. - Fixed a crash in a plugin using cDeviceHook when VDR ends (reported by Oliver Endriss). - Some improvements to the Makefiles (thanks to Christian Ruppert). +- Fixed cRecording::LengthInSeconds(), which wrongfully rounded the result to full + minutes (thanks to Christoph Haubrich). |