summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-03-13 13:58:22 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2011-03-13 13:58:22 +0100
commit5f35ff690faf00932d5ab61b38aa7bbc1aca281f (patch)
tree933eaeb4e27c93ea43f85e2c71c9a618b77d3012 /HISTORY
parent06a16e7fba544844a81eed011bd8b9b6fc92de7d (diff)
downloadvdr-5f35ff690faf00932d5ab61b38aa7bbc1aca281f.tar.gz
vdr-5f35ff690faf00932d5ab61b38aa7bbc1aca281f.tar.bz2
Fixed some direct comparisons of double values
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index e880f787..51b7964d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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.