mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
If two consecutive calls to "end tag" for the same tag name were done then mkvmerge would wrongly only output one "<tag/>".
This commit is contained in:
parent
79b433d494
commit
9b3b24fbca
@ -294,6 +294,7 @@ usf_reader_c::end_cb(const char *name) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
m_data_buffer = "";
|
m_data_buffer = "";
|
||||||
|
m_previous_start = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user