1
0
mirror of https://github.com/VDR4Arch/vdr.git synced 2023-10-10 13:36:52 +02:00

Fixed a copy/paste error

This commit is contained in:
Klaus Schmidinger 2019-03-18 10:29:09 +01:00
parent 4bd6d6559f
commit 2cf207b53e

4
nit.c
View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * 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" #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 continue; // a channel with obsolete/wrong/other(?) transponder
found = true; found = true;
if (ISTRANSPONDER(transponder, Transponder())) // only modify channels if we're actually receiving this transponder if (ISTRANSPONDER(transponder, Transponder())) // only modify channels if we're actually receiving this transponder