commit 25e15416f849cbe7e0d004de5901208866b4f358
parent 00e9a342b840badccf2f8aee0b7bb69e154f35da
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 28 Aug 2012 09:59:15 +0000
-catch other exceptions
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/plugins/exiv2_extractor.cc b/src/plugins/exiv2_extractor.cc
@@ -774,6 +774,9 @@ EXTRACTOR_exiv2_extract_method (struct EXTRACTOR_ExtractContext *ec)
std::cerr << "Caught Exiv2 exception '" << e << "'\n";
#endif
}
+ catch (void *anything)
+ {
+ }
}
/* end of exiv2_extractor.cc */