mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
Avoid a compiler warning (and a potential segfault).
This commit is contained in:
parent
ac25506561
commit
5fe5480ba2
@ -105,7 +105,7 @@ parse_xml_segmentinfo(mm_text_io_c *in,
|
||||
if (error.length() > 0)
|
||||
throw error_c(error);
|
||||
|
||||
fix_mandatory_segmentinfo_elements(m);
|
||||
fix_mandatory_segmentinfo_elements(info);
|
||||
|
||||
return info;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user