summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-07-14 20:40:46 +0200
committerCarl Hetherington <cth@carlh.net>2022-07-14 20:40:46 +0200
commite9da7e570a65bcf13002e0303404acb5680927d9 (patch)
tree9308dc729cf0f2f60c6616e04d72ef6606eaa2c6
parent8dfe86431424fa6c43a0ff3ca092989d21a47dbf (diff)
Fix build.
-rw-r--r--src/lib/reel_writer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/reel_writer.cc b/src/lib/reel_writer.cc
index f02091449..baeabc4fd 100644
--- a/src/lib/reel_writer.cc
+++ b/src/lib/reel_writer.cc
@@ -440,7 +440,7 @@ ReelWriter::finish (boost::filesystem::path output_dcp)
boost::filesystem::rename (film()->file(aaf), atmos_to, ec);
if (ec) {
throw FileError (
- String::compose(_("could not move atmos asset into the DCP (%1)"), error_details(ec), aaf
+ String::compose(_("could not move atmos asset into the DCP (%1)"), error_details(ec)), aaf
);
}