summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-01-05 22:00:24 +0100
committerCarl Hetherington <cth@carlh.net>2024-01-05 22:00:24 +0100
commitb666e62173fc3272baf12692ca298be0b24ca66f (patch)
tree67b7f26ecadbe2d1cd0d6e43ddc450afdffcee21
parented83bc48ee5c57ab00413d86eaae46a1c8963339 (diff)
Fix incorrect placeholder.
-rw-r--r--src/verify.cc2
1 files changed, 1 insertions, 1 deletions
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()