mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +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_previous_start = "";
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user