Fixed some direct comparisons of double values

This commit is contained in:
Klaus Schmidinger
2011-03-13 13:58:22 +01:00
parent 06a16e7fba
commit 5f35ff690f
3 changed files with 6 additions and 5 deletions

View File

@@ -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<69>ki).
- Added a missing 'default' case in cPixmapMemory::DrawEllipse().
- Fixed some direct comparisons of double values.