Commit 34523fad authored by Christophe Massiot's avatar Christophe Massiot

* demux.c: Typo int the EITp/f table_id, spotted by Marian Ďurkovič. Thanks !

parent 58845e9b
......@@ -1246,7 +1246,7 @@ static void PSITableCallback( void *_unused, dvbpsi_handle h_dvbpsi,
{
/* EIT tables */
if ( i_table_id == 0x43 || ( i_table_id >= 0x50 && i_table_id <= 0x5f ) )
if ( i_table_id == 0x4e || ( i_table_id >= 0x50 && i_table_id <= 0x5f ) )
{
SendEIT( h_dvbpsi->p_current_section, i_extension, i_table_id );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment