From 219776f17374c273d4da176c262e8c7ec7b1329b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 20 Oct 2025 20:44:54 +0200 Subject: Clarify comment. --- src/search.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/search.cc b/src/search.cc index 09e4d3ce..67d37e99 100644 --- a/src/search.cc +++ b/src/search.cc @@ -51,7 +51,7 @@ dcp::find_and_resolve_cpls (vector const& directories, { vector> cpls; - /** We accept and ignore some warnings / errors but everything else is bad */ + /** We accept and ignore some warnings / errors but everything else is bad if tolerant == false */ vector const ignore = { dcp::VerificationNote::Code::EMPTY_ASSET_PATH, dcp::VerificationNote::Code::EXTERNAL_ASSET, -- cgit v1.2.3