[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:29 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=ef30654

The following commit has been merged in the master branch:
commit ef30654ef286565a49b89724530a097a4630785d
Author: vog <vog at notjusthosting.com>
Date:   Tue Jun 28 00:38:08 2011 +0000

    Improved coding style in EpsImage
---
 src/epsimage.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/epsimage.cpp b/src/epsimage.cpp
index 015c0e9..be23b85 100644
--- a/src/epsimage.cpp
+++ b/src/epsimage.cpp
@@ -733,7 +733,7 @@ namespace {
                 nativePreview.mimeType_ = "image/x-wmf";
                 nativePreviews.push_back(nativePreview);
             }
-            if (sizeTiff) {
+            if (sizeTiff != 0) {
                 NativePreview nativePreview;
                 nativePreview.position_ = static_cast<long>(posTiff);
                 nativePreview.size_ = sizeTiff;

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list