diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-08 10:24:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-14 11:18:18 +0100 |
| commit | 63b0d6b180a41547aee9028d200992f53c5a043f (patch) | |
| tree | f7f7d4458db79e2f916548c37d6424e395ef481f /src/tools/dcpomatic_cli.cc | |
| parent | e65d31fbccad80c80f743516ecdd8269826d2114 (diff) | |
Basic stuff to count successful DCP encodes.
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 7fc5ed55d..43a4f8319 100644 --- a/src/tools/dcpomatic_cli.cc +++ b/src/tools/dcpomatic_cli.cc @@ -269,7 +269,7 @@ main (int argc, char* argv[]) } if (config) { - Config::override_path = *config; + State::override_path = *config; } if (servers) { |
