linuxdvb: Typo. Fixes #1856
This commit is contained in:
parent
4d5c8a9ae2
commit
fe073a14d1
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ linuxdvb_switch_tune
|
|||
/* Tone burst */
|
||||
tvhtrace("diseqc", "toneburst %s", ls->ls_toneburst ? "B" : "A");
|
||||
if (ioctl(fd, FE_DISEQC_SEND_BURST,
|
||||
ls->ls_toneburst ? SEC_MINI_B : SEC_MINI_B)) {
|
||||
ls->ls_toneburst ? SEC_MINI_B : SEC_MINI_A)) {
|
||||
tvherror("diseqc", "failed to set toneburst (e=%s)", strerror(errno));
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue