diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-20 20:44:54 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-20 20:44:54 +0200 |
| commit | 219776f17374c273d4da176c262e8c7ec7b1329b (patch) | |
| tree | ec677cc48ef5a6624320d88432810fd904aec33c | |
| parent | e11540612f41385d2372ad7f0580521efb0c67ed (diff) | |
Clarify comment.
| -rw-r--r-- | src/search.cc | 2 |
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, |
