diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/writer.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index 5386efd9d..103ac2ba1 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -68,6 +68,7 @@ Writer::Writer (shared_ptr<const Film> f, weak_ptr<Job> j) boost::filesystem::remove_all (_film->dir (_film->dcp_name ())); shared_ptr<Job> job = _job.lock (); + assert (job); job->sub (_("Checking existing image data")); check_existing_picture_mxf (); |
