]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
linuxdvb: Typo. Fixes #1856
authorbluzee <blu_zee@softhome.net>
Thu, 2 Jan 2014 16:45:54 +0000 (09:45 -0700)
committerbluzee <blu_zee@softhome.net>
Thu, 2 Jan 2014 16:45:54 +0000 (09:45 -0700)
src/input/mpegts/linuxdvb/linuxdvb_switch.c

index 782a970a0d934dd11691d02308840bf81b2d9662..9bf559ded4c26b67c6a4b21727a03fa64564d066 100644 (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;
   }