From b666e62173fc3272baf12692ca298be0b24ca66f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 5 Jan 2024 22:00:24 +0100 Subject: Fix incorrect placeholder. --- src/verify.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/verify.cc b/src/verify.cc index c7a4f78f..58eaa9af 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -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() -- cgit v1.2.3