diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-16 21:02:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-16 21:02:23 +0200 |
| commit | 95919ab6f4959a3076276e506d36bdab2d1dd7ab (patch) | |
| tree | 39c8367894153c5e129679fead0463f791eb901a /src/verify_report.cc | |
| parent | d03b2894c76430b550f9883dddf9d7f51858a896 (diff) | |
Rename process_filename() -> fixed_width().
Diffstat (limited to 'src/verify_report.cc')
| -rw-r--r-- | src/verify_report.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify_report.cc b/src/verify_report.cc index e9ed517d..fd95fdb3 100644 --- a/src/verify_report.cc +++ b/src/verify_report.cc @@ -86,7 +86,7 @@ verify_report(dcp::VerificationResult const& result, Formatter& formatter) auto write_notes = [&formatter](dcp::VerificationResult const& result, optional<string> cpl_id) { for (auto note: result.notes) { if (note.cpl_id() == cpl_id) { - auto const note_as_string = dcp::note_to_string(note, formatter.process_string(), formatter.process_filename()); + auto const note_as_string = dcp::note_to_string(note, formatter.process_string(), formatter.fixed_width()); switch (note.type()) { case dcp::VerificationNote::Type::OK: formatter.list_item(note_as_string, string("ok")); |
