From e9da7e570a65bcf13002e0303404acb5680927d9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 14 Jul 2022 20:40:46 +0200 Subject: [PATCH] Fix build. --- src/lib/reel_writer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } -- 2.30.2