summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-02-24 14:55:20 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-02-24 14:55:20 +0100
commit3d9654a22f900a25b4a03d8c1756b3b878872a9b (patch)
tree743dbf2097c01ad70ff9e7cc8f853c8c9c232b16 /HISTORY
parentf40a6e9b85065badb97b1b9c43d56b0e8a8da26f (diff)
downloadvdr-3d9654a22f900a25b4a03d8c1756b3b878872a9b.tar.gz
vdr-3d9654a22f900a25b4a03d8c1756b3b878872a9b.tar.bz2
Fixed removing the '-' when entering a channel number where there is no other one that fits the input
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 678e01dc..8c3c8a69 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).