void-packages/srcpkgs/qimgv/patches/exiv2-0.28.patch

17 lines
624 B
Diff

Patch-Source: https://git.alpinelinux.org/aports/tree/community/qimgv/exiv2-0.28.patch
diff --git a/qimgv/sourcecontainers/documentinfo.cpp b/qimgv/sourcecontainers/documentinfo.cpp
index 98a68f7..c062474 100644
--- a/qimgv/sourcecontainers/documentinfo.cpp
+++ b/qimgv/sourcecontainers/documentinfo.cpp
@@ -271,10 +271,6 @@ void DocumentInfo::loadExifTags() {
//std::cout << "Caught Exiv2 exception '" << e.what() << "'\n";
return;
}
- catch (Exiv2::BasicError<CharType> e) {
- //std::cout << "Caught BasicError Exiv2 exception '" << e.what() << "'\n";
- return;
- }
#endif
}