summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-10-20 20:44:54 +0200
committerCarl Hetherington <cth@carlh.net>2025-10-20 20:44:54 +0200
commit219776f17374c273d4da176c262e8c7ec7b1329b (patch)
treeec677cc48ef5a6624320d88432810fd904aec33c
parente11540612f41385d2372ad7f0580521efb0c67ed (diff)
Clarify comment.
-rw-r--r--src/search.cc2
1 files changed, 1 insertions, 1 deletions
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<boost::filesystem::path> const& directories,
{
vector<shared_ptr<dcp::CPL>> 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<dcp::VerificationNote::Code> const ignore = {
dcp::VerificationNote::Code::EMPTY_ASSET_PATH,
dcp::VerificationNote::Code::EXTERNAL_ASSET,