Catch all of mkvmerge's output.

This commit is contained in:
Moritz Bunkus 2004-06-21 17:46:13 +00:00
parent 2a6a194990
commit b6aaf4c104
2 changed files with 7 additions and 0 deletions

View File

@ -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> 2004-06-20 Moritz Bunkus <moritz@bunkus.org>
* mkvmerge, mmg: new feature: --track-order now controls the track * mkvmerge, mmg: new feature: --track-order now controls the track

View File

@ -279,6 +279,8 @@ job_run_dialog::on_end_process(wxProcessEvent &evt) {
wxString s; wxString s;
const char *status; const char *status;
process_input();
ndx = jobs_to_start[current_job]; ndx = jobs_to_start[current_job];
exit_code = evt.GetExitCode(); exit_code = evt.GetExitCode();
if (abort) { if (abort) {