]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix obvious bug
authorAndreas Öman <andreas@lonelycoder.com>
Fri, 18 Dec 2009 15:52:45 +0000 (15:52 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Fri, 18 Dec 2009 15:52:45 +0000 (15:52 +0000)
src/iptv_input.c

index bd359bf375750a8dfdcf1dc8fbdd4da6e8335882..75c9db14884a4f058bcabea1470688adc943b08f 100644 (file)
@@ -172,7 +172,7 @@ iptv_thread(void *aux)
        continue;
       
       for(j = 0; j < r; j += 188)
-       iptv_ts_input(t, tsb + j);
+       iptv_ts_input(t, buf + j);
     }
     pthread_mutex_unlock(&iptv_recvmutex);
   }