From 4d6c8aaf0167cde3bb63e9014604243bdc47b1a1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 14 Apr 2020 20:16:44 +0200 Subject: s/DCPReadError/ReadError/g --- src/verify.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/verify.cc') diff --git a/src/verify.cc b/src/verify.cc index 66cd25e4..79663450 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -351,7 +351,7 @@ dcp::verify ( stage ("Checking DCP", dcp->directory()); try { dcp->read (¬es); - } catch (DCPReadError& e) { + } catch (ReadError& e) { notes.push_back (VerificationNote(VerificationNote::VERIFY_ERROR, VerificationNote::GENERAL_READ, string(e.what()))); } catch (XMLError& e) { notes.push_back (VerificationNote(VerificationNote::VERIFY_ERROR, VerificationNote::GENERAL_READ, string(e.what()))); -- cgit v1.2.3