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_cli.cc | |
| parent | f737005941d25e5e5743a6770208f31bdca5527d (diff) | |
Tidy up handling of content-modified checks when using the dcpomatic_cli.
Diffstat (limited to 'src/tools/dcpomatic_cli.cc')
| -rw-r--r-- | src/tools/dcpomatic_cli.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_cli.cc b/src/tools/dcpomatic_cli.cc index 9388112f6..13efb6b19 100644 --- a/src/tools/dcpomatic_cli.cc +++ b/src/tools/dcpomatic_cli.cc @@ -349,7 +349,7 @@ main (int argc, char* argv[]) cout << "\nMaking DCP for " << film->name() << "\n"; } - film->make_dcp (); + film->make_dcp (false); bool const error = show_jobs_on_console (progress); if (keep_going) { |
