diff options
Diffstat (limited to 'src/verify.cc')
| -rw-r--r-- | src/verify.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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()))); |
