From e790d0d890475851a0258240f97cf822d4ee9ee7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 15 Dec 2015 23:23:54 +0000 Subject: Escape OS X batch converter path. --- src/lib/cross.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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"; -- cgit v1.2.3