[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:42:41 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=45b729b
The following commit has been merged in the master branch:
commit 45b729bc70a05a661a62b7f015cb300701834df3
Author: vog <vog at notjusthosting.com>
Date: Thu Aug 25 04:13:22 2011 +0000
Improved one of the native preview warning messages
---
src/preview.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/preview.cpp b/src/preview.cpp
index 5506513..e3714ab 100644
--- a/src/preview.cpp
+++ b/src/preview.cpp
@@ -513,7 +513,7 @@ namespace {
height_ = image->pixelHeight();
} catch (const AnyError& /* error */) {
#ifndef SUPPRESS_WARNINGS
- EXV_WARNING << "Unable to determine dimensions of native preview image.
";
+ EXV_WARNING << "Invalid native preview image.
";
#endif
return false;
}
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list