Fix incorrect placeholder.
authorCarl Hetherington <cth@carlh.net>
Fri, 5 Jan 2024 21:00:24 +0000 (22:00 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 5 Jan 2024 21:00:24 +0000 (22:00 +0100)
src/verify.cc

index c7a4f78f44e234d319a4a8a9a67c90802e40565e..58eaa9afc743f3c9713eb6c138ed52a14ad3e3c3 100644 (file)
@@ -2057,7 +2057,7 @@ dcp::note_to_string (VerificationNote note)
                return "Some assets are encrypted but some are not.";
        case VerificationNote::Code::INVALID_JPEG2000_CODESTREAM:
                return String::compose(
-                       "Frame %1 (timecode %2) has an invalid JPEG2000 codestream (%2).",
+                       "Frame %1 (timecode %2) has an invalid JPEG2000 codestream (%3).",
                        note.frame().get(),
                        dcp::Time(note.frame().get(), note.frame_rate().get(), note.frame_rate().get()).as_string(dcp::Standard::SMPTE),
                        note.note().get()