]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
linuxdvb: compilation fix, fixes #5739
authorJaroslav Kysela <perex@perex.cz>
Sun, 6 Oct 2019 18:33:17 +0000 (20:33 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 6 Oct 2019 18:33:17 +0000 (20:33 +0200)
src/input/mpegts/linuxdvb/linuxdvb_frontend.c

index 9e1fdc06e6983f36ff296316025b7aedfb9f3360..4afb2d2a71a5bbb7ee5f43412fcbdb695efabc03 100644 (file)
@@ -1035,7 +1035,7 @@ linuxdvb_frontend_monitor ( void *aux )
   if(ioctl_check(lfe, 0) && !lfe->lfe_old_status &&
      !ioctl(lfe->lfe_fe_fd, FE_GET_PROPERTY, &dtv_prop)) {
     for (e = 0; e < dtv_prop.num; e++)
-      if (fe_properties[i].u.st.len > 0) {
+      if (fe_properties[e].u.st.len > 0) {
         gotprop = 1;
         break;
       }