From 5b109e2e90a8a05a1565a8a7983dbe1355740027 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 14 Dec 2019 02:20:02 +0100 Subject: Fix typo. --- src/lib/dcp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dcp.cc b/src/lib/dcp.cc index 48b704777..565b17229 100644 --- a/src/lib/dcp.cc +++ b/src/lib/dcp.cc @@ -77,7 +77,7 @@ DCP::cpls () const if (!_tolerant) { /** We accept and ignore EmptyAssetPathError but everything else is bad */ BOOST_FOREACH (dcp::VerificationNote j, notes) { - if (j.code() == dcp::VerificationNote::Code::EMPTY_ASSET_PATH) { + if (j.code() == dcp::VerificationNote::EMPTY_ASSET_PATH) { LOG_WARNING("Empty path in ASSETMAP of %1", i.string()); } else { boost::throw_exception(dcp::DCPReadError(dcp::note_to_string(j))); -- cgit v1.2.3