From: Gary The Brown Date: Mon, 4 Aug 2014 17:55:23 +0000 (+0100) Subject: fix for small error in code zigzag found X-Git-Tag: v4.1~1678 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F442%2Fhead;p=thirdparty%2Ftvheadend.git fix for small error in code zigzag found --- diff --git a/src/input/mpegts/linuxdvb/linuxdvb_rotor.c b/src/input/mpegts/linuxdvb/linuxdvb_rotor.c index 43ceeda0f..fdad1c4f6 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_rotor.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_rotor.c @@ -135,7 +135,7 @@ linuxdvb_rotor_grace { linuxdvb_rotor_t *lr = (linuxdvb_rotor_t*)ld; - if (!ld->ld_satconf->lse_parent->ls_orbital_dir || lr->lr_rate != 0) + if (!ld->ld_satconf->lse_parent->ls_orbital_dir || lr->lr_rate == 0) return 120; int curpos = ld->ld_satconf->lse_parent->ls_orbital_pos;