Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
change check on orbital_pos to orbital_dir
  • Loading branch information
Gary The Brown authored and perexg committed Aug 4, 2014
1 parent 70e650f commit b64b07f
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_pos == 0 || 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 b64b07f

Please sign in to comment.