Fixed a typo in the function name of cOsd::SetOsdPosition() and added a range check to it

This commit is contained in:
Klaus Schmidinger
2007-07-20 14:57:37 +02:00
parent 8ff2c73d9b
commit 2f528db30a
5 changed files with 13 additions and 9 deletions

View File

@@ -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).