Commit 26bdfd4c authored by Francois Cartegnie's avatar Francois Cartegnie

eit: remove double last_number setting

parent 7e60bd4f
...@@ -406,7 +406,6 @@ static bool dvbpsi_AddSectionEIT(dvbpsi_t *p_dvbpsi, dvbpsi_eit_decoder_t *p_eit ...@@ -406,7 +406,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