mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +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
|
// do nothing
|
||||||
}
|
}
|
||||||
else if (CRCInput::isNumeric(msg)) {
|
else if (CRCInput::isNumeric(msg)) {
|
||||||
if (pos == 4) {
|
if (pos == (int) maxchansize) {
|
||||||
chn = 0;
|
chn = 0;
|
||||||
pos = 1;
|
pos = 1;
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user