From 2cf207b53ed5502eea44ccff04aea714cc88ca99 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 18 Mar 2019 10:29:09 +0100 Subject: Fixed a copy/paste error --- nit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nit.c') 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 -- cgit v1.2.3