From: Carl Hetherington Date: Thu, 14 Jul 2022 18:40:46 +0000 (+0200) Subject: Fix build. X-Git-Tag: v2.16.19~26 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=e9da7e570a65bcf13002e0303404acb5680927d9 Fix build. --- 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 ); }