Commit 6c0183ad authored by Marc Olzheim's avatar Marc Olzheim Committed by Jean-Paul Saman

tables/bat: fix dvbpsi_GatherBATSections.

Signed-off-by: Jean-Paul Saman's avatarJean-Paul Saman <jean-paul.saman@m2x.nl>
parent 0061f685
......@@ -390,7 +390,7 @@ void dvbpsi_GatherBATSections(dvbpsi_t *p_dvbpsi,
{ /* Signal a new BAT if the previous one wasn't active */
dvbpsi_bat_t *p_bat = NULL;
p_bat_decoder->current_bat.b_current_next = true;
*p_bat = p_bat_decoder->current_bat;
p_bat = &p_bat_decoder->current_bat;
p_bat_decoder->pf_bat_callback(p_bat_decoder->p_cb_data, p_bat);
}
dvbpsi_DeletePSISections(p_section);
......
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