mpegts: fix dvb_network_get_orbital_pos()
This commit is contained in:
parent
b3a05e5f64
commit
44eead081f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue