X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcheck_content_job.cc;h=f37890abfe39c783af4635012276fdb5be2c5ccb;hp=b74b71cc0c57522090d0d2fe17b63838249b4eb9;hb=c436d66407b3878cc77d91775f51c70a813567b3;hpb=ebf89c5e6200b65e5cc48bb7b3af23ab68ede749 diff --git a/src/lib/check_content_job.cc b/src/lib/check_content_job.cc index b74b71cc0..f37890abf 100644 --- a/src/lib/check_content_job.cc +++ b/src/lib/check_content_job.cc @@ -70,7 +70,7 @@ CheckContentJob::run () std::vector> changed; std::copy_if (content.begin(), content.end(), std::back_inserter(changed), [](shared_ptr c) { return c->changed(); }); - if (_film->last_written_by_earlier_than(2, 16, 14)) { + if (_film->last_written_by_earlier_than(2, 16, 15)) { for (auto c: content) { if (auto stf = dynamic_pointer_cast(c)) { stf->check_font_ids();