diff options
Diffstat (limited to 'tools/dcpinfo.cc')
| -rw-r--r-- | tools/dcpinfo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpinfo.cc b/tools/dcpinfo.cc index 8773781e..3d5c2109 100644 --- a/tools/dcpinfo.cc +++ b/tools/dcpinfo.cc @@ -371,7 +371,7 @@ main (int argc, char* argv[]) } catch (FileError& e) { cerr << "Could not read DCP " << argv[optind] << "; " << e.what() << "\n"; exit (EXIT_FAILURE); - } catch (DCPReadError& e) { + } catch (ReadError& e) { cerr << "Could not read DCP " << argv[optind] << "; " << e.what() << "\n"; exit (EXIT_FAILURE); } catch (KDMDecryptionError& e) { |
