Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix for small error in code zigzag found
  • Loading branch information
Gary The Brown committed Aug 4, 2014
1 parent 7e442f4 commit b887b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/linuxdvb/linuxdvb_rotor.c
Expand Up @@ -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;
Expand Down

0 comments on commit b887b6d

Please sign in to comment.