diff options
Diffstat (limited to 'src/tools/dcpomatic_kdm_cli.cc')
| -rw-r--r-- | src/tools/dcpomatic_kdm_cli.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/dcpomatic_kdm_cli.cc b/src/tools/dcpomatic_kdm_cli.cc index f632d808a..f1849adf6 100644 --- a/src/tools/dcpomatic_kdm_cli.cc +++ b/src/tools/dcpomatic_kdm_cli.cc @@ -498,6 +498,7 @@ int main (int argc, char* argv[]) screen_description = optarg; break; case 'C': + { /* Make a new screen and add it to the current cinema */ shared_ptr<Screen> screen (new Screen (screen_description, dcp::Certificate (dcp::file_to_string (optarg)), vector<dcp::Certificate>())); if (cinema) { @@ -505,6 +506,7 @@ int main (int argc, char* argv[]) } screens.push_back (screen); break; + } case 'T': /* A trusted device ends up in the last screen we made */ if (!screens.empty ()) { |
