diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-07-23 14:26:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-07-23 14:26:02 +0100 |
| commit | bf19399f8c009ff211d5c7b45b0941417d963c4e (patch) | |
| tree | 3461fb9045462aec4c01de8d5d34f4a73e755b96 /src/tools/dcpomatic.cc | |
| parent | f737005941d25e5e5743a6770208f31bdca5527d (diff) | |
Tidy up handling of content-modified checks when using the dcpomatic_cli.
Diffstat (limited to 'src/tools/dcpomatic.cc')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
