mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
channellist: fix numeric zap input
Origin commit data
------------------
Commit: ccc14fa0a7
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-07-12 (Tue, 12 Jul 2022)
Origin message was:
------------------
- channellist: fix numeric zap input
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