Fix build.
authorCarl Hetherington <cth@carlh.net>
Thu, 14 Jul 2022 18:40:46 +0000 (20:40 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 14 Jul 2022 18:40:46 +0000 (20:40 +0200)
src/lib/reel_writer.cc

index f02091449d6cb93f04c24343d2a0b5ffb854665b..baeabc4fd0ff2ddf09fc0371fe1779d55147d794 100644 (file)
@@ -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
                                );
                }