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:
Moritz Bunkus 2005-06-26 09:03:23 +00:00
parent 79b433d494
commit 9b3b24fbca

View File

@ -294,6 +294,7 @@ usf_reader_c::end_cb(const char *name) {
} }
m_data_buffer = ""; m_data_buffer = "";
m_previous_start = "";
} }
void void