summaryrefslogtreecommitdiff
path: root/nit.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2019-03-18 10:29:09 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2019-03-18 10:29:09 +0100
commit2cf207b53ed5502eea44ccff04aea714cc88ca99 (patch)
treef1dd934a20343f9ff29af7be249ed5d68b3e4650 /nit.c
parent4bd6d6559ff530f6fc39d4e60ed4f259f401e0ac (diff)
downloadvdr-2cf207b53ed5502eea44ccff04aea714cc88ca99.tar.gz
vdr-2cf207b53ed5502eea44ccff04aea714cc88ca99.tar.bz2
Fixed a copy/paste error
Diffstat (limited to 'nit.c')
-rw-r--r--nit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nit.c b/nit.c
index 5c6db7e4..41d135a0 100644
--- a/nit.c
+++ b/nit.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: nit.c 4.7 2019/03/12 14:00:52 kls Exp $
+ * $Id: nit.c 4.8 2019/03/18 10:29:09 kls Exp $
*/
#include "nit.h"
@@ -196,7 +196,7 @@ void cNitFilter::Process(u_short Pid, u_char Tid, const u_char *Data, int Length
}
}
}
- if (!ISTRANSPONDER(Frequency / 1000000, transponder))
+ if (!ISTRANSPONDER(Frequency / 1000, transponder))
continue; // a channel with obsolete/wrong/other(?) transponder
found = true;
if (ISTRANSPONDER(transponder, Transponder())) // only modify channels if we're actually receiving this transponder