mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Catch all of mkvmerge's output.
This commit is contained in:
parent
2a6a194990
commit
b6aaf4c104
@ -1,3 +1,8 @@
|
||||
2004-06-21 Moritz Bunkus <moritz@bunkus.org>
|
||||
|
||||
* mmg: bug fix: The job manager did not always catch all of
|
||||
mkvmerge's output, especially if a job failed.
|
||||
|
||||
2004-06-20 Moritz Bunkus <moritz@bunkus.org>
|
||||
|
||||
* mkvmerge, mmg: new feature: --track-order now controls the track
|
||||
|
@ -279,6 +279,8 @@ job_run_dialog::on_end_process(wxProcessEvent &evt) {
|
||||
wxString s;
|
||||
const char *status;
|
||||
|
||||
process_input();
|
||||
|
||||
ndx = jobs_to_start[current_job];
|
||||
exit_code = evt.GetExitCode();
|
||||
if (abort) {
|
||||
|
Loading…
Reference in New Issue
Block a user