diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-03-13 13:53:08 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-03-13 13:53:08 +0100 |
commit | 06a16e7fba544844a81eed011bd8b9b6fc92de7d (patch) | |
tree | 0b2d37a385cc3533876764f5ced0055bd24ed312 /HISTORY | |
parent | 1c86e0127e8d227313b23f52f7e28526a4e5cc2c (diff) | |
download | vdr-06a16e7fba544844a81eed011bd8b9b6fc92de7d.tar.gz vdr-06a16e7fba544844a81eed011bd8b9b6fc92de7d.tar.bz2 |
Added a missing 'default' case in cPixmapMemory::DrawEllipse()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(). |