summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-07-20 14:57:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-07-20 14:57:37 +0200
commit2f528db30a14ce1e1d2cb6d472bbacff1ed7ef4a (patch)
tree7d6ba42e93ff6b749fcbffa621a9aeaacd3d35a7 /HISTORY
parent8ff2c73d9b4bf716e80b2c56e15badc2eb17427c (diff)
downloadvdr-2f528db30a14ce1e1d2cb6d472bbacff1ed7ef4a.tar.gz
vdr-2f528db30a14ce1e1d2cb6d472bbacff1ed7ef4a.tar.bz2
Fixed a typo in the function name of cOsd::SetOsdPosition() and added a range check to it
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 29590288..8454d013 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5285,3 +5285,5 @@ Video Disk Recorder Revision History
Richter).
- Improved numdigits(), isnumber() and strreplace() (thanks to Tobias Bratfisch).
- Fixed clearing color buttons in the 'curses' skin (thanks to Udo Richter).
+- Fixed a typo in the function name of cOsd::SetOsdPosition() and added a range
+ check to it (thanks to Christoph Haubrich).