aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-08-28 09:59:15 +0000
committerChristian Grothoff <christian@grothoff.org>2012-08-28 09:59:15 +0000
commit25e15416f849cbe7e0d004de5901208866b4f358 (patch)
treed6a104a9bb8f1dc16ecc9dfe3b10fd25197acb19
parent00e9a342b840badccf2f8aee0b7bb69e154f35da (diff)
downloadlibextractor-25e15416f849cbe7e0d004de5901208866b4f358.tar.gz
libextractor-25e15416f849cbe7e0d004de5901208866b4f358.zip
-catch other exceptions
-rw-r--r--src/plugins/exiv2_extractor.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/exiv2_extractor.cc b/src/plugins/exiv2_extractor.cc
index 8b9ea65..6576d94 100644
--- a/src/plugins/exiv2_extractor.cc
+++ b/src/plugins/exiv2_extractor.cc
@@ -774,6 +774,9 @@ EXTRACTOR_exiv2_extract_method (struct EXTRACTOR_ExtractContext *ec)
774 std::cerr << "Caught Exiv2 exception '" << e << "'\n"; 774 std::cerr << "Caught Exiv2 exception '" << e << "'\n";
775#endif 775#endif
776 } 776 }
777 catch (void *anything)
778 {
779 }
777} 780}
778 781
779/* end of exiv2_extractor.cc */ 782/* end of exiv2_extractor.cc */