Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts: fix dvb_network_get_orbital_pos()
  • Loading branch information
perexg committed Aug 4, 2014
1 parent b3a05e5 commit 44eead0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/mpegts_network_dvb.c
Expand Up @@ -644,7 +644,7 @@ int dvb_network_get_orbital_pos
if (lm->lm_tuning.u.dmc_fe_qpsk.orbital_dir)
break;
}
if (lm) {
if (mm) {
*pos = lm->lm_tuning.u.dmc_fe_qpsk.orbital_pos;
*dir = lm->lm_tuning.u.dmc_fe_qpsk.orbital_dir;
return 0;
Expand Down

0 comments on commit 44eead0

Please sign in to comment.