mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- channellist: fix numeric zap input
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1425,7 +1425,7 @@ int CChannelList::numericZap(int key)
|
||||
// do nothing
|
||||
}
|
||||
else if (CRCInput::isNumeric(msg)) {
|
||||
if (pos == 4) {
|
||||
if (pos == (int) maxchansize) {
|
||||
chn = 0;
|
||||
pos = 1;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user