Avoid a compiler warning (and a potential segfault).

This commit is contained in:
Moritz Bunkus 2005-01-22 16:07:10 +00:00
parent ac25506561
commit 5fe5480ba2

View File

@ -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;
}