Now resetting the channel number if the number entered through the numeric keys exceeds the maximum channel number

This commit is contained in:
Klaus Schmidinger
2006-02-18 12:47:01 +01:00
parent 273d6c53a6
commit 53f77ddded
3 changed files with 9 additions and 2 deletions

View File

@@ -4339,3 +4339,5 @@ Video Disk Recorder Revision History
- Made CharArray::DataOwnData::assign() in 'libsi' more robust against invalid
data (suggested by Oliver Endriss). Also changed CharArray::DataOwnData::Delete()
so that it sets 'size' and 'data' to 0.
- Now resetting the channel number if the number entered through the numeric keys
exceeds the maximum channel number (thanks to Rolf Ahrenberg).