From bf19399f8c009ff211d5c7b45b0941417d963c4e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 23 Jul 2019 14:26:02 +0100 Subject: Tidy up handling of content-modified checks when using the dcpomatic_cli. --- src/tools/dcpomatic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools/dcpomatic.cc') diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 5b2e1870b..572a5be40 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -757,7 +757,7 @@ private: a long time, and crashes/power failures are moderately likely. */ _film->write_metadata (); - _film->make_dcp (); + _film->make_dcp (true); } catch (BadSettingError& e) { error_dialog (this, wxString::Format (_("Bad setting for %s."), std_to_wx(e.setting()).data()), std_to_wx(e.what())); } catch (std::exception& e) { -- cgit v1.2.3