diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-03-13 13:58:22 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-03-13 13:58:22 +0100 |
commit | 5f35ff690faf00932d5ab61b38aa7bbc1aca281f (patch) | |
tree | 933eaeb4e27c93ea43f85e2c71c9a618b77d3012 /HISTORY | |
parent | 06a16e7fba544844a81eed011bd8b9b6fc92de7d (diff) | |
download | vdr-5f35ff690faf00932d5ab61b38aa7bbc1aca281f.tar.gz vdr-5f35ff690faf00932d5ab61b38aa7bbc1aca281f.tar.bz2 |
Fixed some direct comparisons of double values
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6562,3 +6562,4 @@ Video Disk Recorder Revision History - Reduced CPU load when pausing a replay (thanks to Johann Friedrichs). - Changed -O2 to -O3 in Make.config.template (reported by Matti Lehtimäki). - Added a missing 'default' case in cPixmapMemory::DrawEllipse(). +- Fixed some direct comparisons of double values. |