linuxdvb: Typo. Fixes #1856

This commit is contained in:
bluzee 2014-01-02 09:45:54 -07:00
parent 4d5c8a9ae2
commit fe073a14d1

View file

@ -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;
}