diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-29 19:54:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-29 19:54:07 +0000 |
| commit | 00ee110ef1de083759c4f74bdfeff78752b6198f (patch) | |
| tree | e342f557344ad7bdea4b0b6a6af5e44d858bcfcf /src/lib/cinema.cc | |
| parent | f213fd833a840fc97e3875979ae7dc7cbbc883b1 (diff) | |
Make ServerFinder stop nicely when dcpomatic_cli quits.
Diffstat (limited to 'src/lib/cinema.cc')
| -rw-r--r-- | src/lib/cinema.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cinema.cc b/src/lib/cinema.cc index f06db3543..ce3077b2a 100644 --- a/src/lib/cinema.cc +++ b/src/lib/cinema.cc @@ -68,7 +68,7 @@ Cinema::remove_screen (shared_ptr<Screen> s) } Screen::Screen (cxml::ConstNodePtr node) - : name (node->string_child ("name")) + : name (node->string_child ("Name")) { if (node->optional_string_child ("Certificate")) { certificate = dcp::Certificate (node->string_child ("Certificate")); |
