X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Futil.cc;h=fd7a95684ed1006fe46ae5108f9f5aa45be0dd75;hp=cd2d5a3685d506d9d84a09a557f4e9e512f39499;hb=f0a2a52ddd1118236d4ce5640339c24bae88aa12;hpb=749c7b0098feb893c2a11012eb889fda0043666d diff --git a/src/lib/util.cc b/src/lib/util.cc index cd2d5a368..fd7a95684 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -967,7 +967,7 @@ show_jobs_on_console (bool progress) bool error = false; while (true) { - dcpomatic_sleep (5); + dcpomatic_sleep_seconds (5); list > jobs = JobManager::instance()->get();