diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-06 22:58:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-06 22:58:34 +0000 |
| commit | 09806bc8d6a48fc79d923ec1cdf6f90176bf8b6a (patch) | |
| tree | e56db2f9587267331972c4d48438a87e486551b3 /src/tools | |
| parent | 7e479483826381699915aa90cc26736e3d2c76ed (diff) | |
| parent | 9ea5d42439564f462d1aaa74e46c0f9656886818 (diff) | |
Fix build.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic_create.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/dcpomatic_create.cc b/src/tools/dcpomatic_create.cc index 1b985a918..c75f8f953 100644 --- a/src/tools/dcpomatic_create.cc +++ b/src/tools/dcpomatic_create.cc @@ -182,9 +182,9 @@ main (int argc, char* argv[]) } JobManager* jm = JobManager::instance (); - while (jm->work_to_do ()) { - ui_signaller->ui_idle (); - } + + while (jm->work_to_do ()) {} + while (ui_signaller->ui_idle() > 0) {} ContentList content = film->content (); for (ContentList::iterator i = content.begin(); i != content.end(); ++i) { |
