Fixed removing the '-' when entering a channel number where there is no other one that fits the input

This commit is contained in:
Klaus Schmidinger
2006-02-24 14:55:20 +01:00
parent f40a6e9b85
commit 3d9654a22f
3 changed files with 6 additions and 2 deletions

View File

@@ -4365,3 +4365,5 @@ Video Disk Recorder Revision History
- Fixed setting the audio language codes in 'Transfer-Mode' (reported by Rolf
Ahrenberg). The actual problem was the call to the Transferring() function in
cDevice::AttachPlayer() before assigning the player.
- Fixed removing the '-' when entering a channel number where there is no other
one that fits the input (thanks to Joachim Wilke).