summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-15 23:23:54 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-15 23:23:54 +0000
commite790d0d890475851a0258240f97cf822d4ee9ee7 (patch)
tree02b48be7bf44fb8d45bd526de8eb085b09020d48 /src/lib
parent6c5b014c02e606c8dadff7287d2518cf0f5bfe05 (diff)
Escape OS X batch converter path.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/cross.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cross.cc b/src/lib/cross.cc
index 5875e4f40..7abe01cc9 100644
--- a/src/lib/cross.cc
+++ b/src/lib/cross.cc
@@ -367,7 +367,7 @@ start_batch_converter (boost::filesystem::path dcpomatic)
batch = batch.parent_path (); // Contents
batch = batch.parent_path (); // DCP-o-matic.app
batch = batch.parent_path (); // Applications
- batch /= "DCP-o-matic 2 Batch Converter.app";
+ batch /= "DCP-o-matic\\ 2\\ Batch\\ Converter.app";
batch /= "Contents";
batch /= "MacOS";
batch /= "dcpomatic2_batch";