From c90d68049f56110436927aa847da882ee4b4f67c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 1 Jan 2025 14:08:56 +0100 Subject: Replace raw_convert with direct calls to fmt. --- test/verify_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/verify_test.cc') diff --git a/test/verify_test.cc b/test/verify_test.cc index b3534d97..79db9f95 100644 --- a/test/verify_test.cc +++ b/test/verify_test.cc @@ -2194,7 +2194,7 @@ verify_timed_text_asset_too_large (string name) dcp::VerificationNote( dcp::VerificationNote::Type::BV21_ERROR, dcp::VerificationNote::Code::INVALID_TIMED_TEXT_FONT_SIZE_IN_BYTES, - dcp::raw_convert(121634816), + "121634816", canonical(dir / "subs.mxf") ).set_cpl_id(cpl->id()), dcp::VerificationNote( -- cgit v1.2.3