mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Exit after an error & report correct error code
This commit is contained in:
parent
669a14146a
commit
7da56bd6fe
@ -1,3 +1,9 @@
|
||||
2010-09-01 Moritz Bunkus <moritz@bunkus.org>
|
||||
|
||||
* mkvextract: bug fix: Errors such as 'file does not exist' did
|
||||
not cause mkvextract to quit. Instead it continued and exited with
|
||||
the result code 0.
|
||||
|
||||
2010-08-28 Moritz Bunkus <moritz@bunkus.org>
|
||||
|
||||
* mkvmerge: bug fix: Certain frames in certain h.264/AVC raw
|
||||
|
@ -66,7 +66,7 @@ show_element(EbmlElement *l,
|
||||
|
||||
void
|
||||
show_error(const std::string &error) {
|
||||
mxinfo(boost::format("(%1%) %2%\n") % NAME % error);
|
||||
mxerror(boost::format("(%1%) %2%\n") % NAME % error);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user