- channellist: fix numeric zap input

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2022-07-12 22:48:49 +02:00
committed by Thilo Graf
parent 8761b8e9f6
commit 1fdb13e49a

View File

@@ -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 {