]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
psi lib: fix edit typo
authorJaroslav Kysela <perex@perex.cz>
Sat, 1 Jul 2017 14:01:31 +0000 (16:01 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sat, 1 Jul 2017 14:01:31 +0000 (16:01 +0200)
src/input/mpegts/dvb_psi_lib.c

index f72536c48fa8cac594e3d26679f61fd92ed06462..ac77bc476c6f8dc424c9469033456c147ab7e106 100644 (file)
@@ -76,7 +76,7 @@ mpegts_psi_section_reassemble0
     int len, int start, int crc,
     mpegts_psi_section_callback_t cb, void *opaque)
 {
-
+  uint8_t *p = mt->mt_sect.ps_data;
   int excess, tsize;
 
   if(len <= 0)