mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
Grammar!
This commit is contained in:
parent
f4365020f0
commit
a66797bffa
@ -442,8 +442,8 @@ parse_chapters(mm_text_io_c *in,
|
|||||||
return parse_xml_chapters(in, min_tc, max_tc, offset,
|
return parse_xml_chapters(in, min_tc, max_tc, offset,
|
||||||
exception_on_error);
|
exception_on_error);
|
||||||
|
|
||||||
throw error_c(mxsprintf("Unknown file format for '%s'. It does not "
|
throw error_c(mxsprintf("Unknown chapter file format in '%s'. It does not "
|
||||||
"contain a support chapter format.\n",
|
"contain a supported chapter format.\n",
|
||||||
in->get_file_name().c_str()));
|
in->get_file_name().c_str()));
|
||||||
} catch (error_c e) {
|
} catch (error_c e) {
|
||||||
if (exception_on_error)
|
if (exception_on_error)
|
||||||
|
Loading…
Reference in New Issue
Block a user