From: bluzee Date: Thu, 2 Jan 2014 16:45:54 +0000 (-0700) Subject: linuxdvb: Typo. Fixes #1856 X-Git-Tag: v4.1~2302^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe073a14d1fa86f5dfd58804b49acc980edcd85f;p=thirdparty%2Ftvheadend.git linuxdvb: Typo. Fixes #1856 --- diff --git a/src/input/mpegts/linuxdvb/linuxdvb_switch.c b/src/input/mpegts/linuxdvb/linuxdvb_switch.c index 782a970a0..9bf559ded 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_switch.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_switch.c @@ -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; }