summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-03-13 13:53:08 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2011-03-13 13:53:08 +0100
commit06a16e7fba544844a81eed011bd8b9b6fc92de7d (patch)
tree0b2d37a385cc3533876764f5ced0055bd24ed312 /HISTORY
parent1c86e0127e8d227313b23f52f7e28526a4e5cc2c (diff)
downloadvdr-06a16e7fba544844a81eed011bd8b9b6fc92de7d.tar.gz
vdr-06a16e7fba544844a81eed011bd8b9b6fc92de7d.tar.bz2
Added a missing 'default' case in cPixmapMemory::DrawEllipse()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3091a967..e880f787 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6561,3 +6561,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().