Commit 36d88fa6 authored by Francois Cartegnie's avatar Francois Cartegnie

eit: remove double last_number setting

parent 90b14176
...@@ -404,7 +404,6 @@ static bool dvbpsi_AddSectionEIT(dvbpsi_t *p_dvbpsi, dvbpsi_eit_decoder_t *p_eit ...@@ -404,7 +404,6 @@ static bool dvbpsi_AddSectionEIT(dvbpsi_t *p_dvbpsi, dvbpsi_eit_decoder_t *p_eit
if (p_eit_decoder->p_building_eit == NULL) if (p_eit_decoder->p_building_eit == NULL)
return false; return false;
p_eit_decoder->i_last_section_number = p_section->i_last_number;
} }
/* Add to linked list of sections */ /* Add to linked list of sections */
......
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