mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
Don't pass objects through ...
This commit is contained in:
parent
052b45ab52
commit
218425a0f8
@ -122,7 +122,8 @@ el_get_time(parser_data_t *pdata,
|
||||
|
||||
strip(*pdata->bin);
|
||||
if (!parse_timecode(*pdata->bin, usec))
|
||||
xmlp_error(pdata, errmsg, pdata->bin->c_str(), timecode_parser_error);
|
||||
xmlp_error(pdata, errmsg, pdata->bin->c_str(),
|
||||
timecode_parser_error.c_str());
|
||||
|
||||
*(static_cast<EbmlUInteger *>(el)) = usec;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user