[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:46:48 UTC 2017


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

The following commit has been merged in the master branch:
commit ae4e63b27a1f47d08b7ebde2e92074510bc1f0c4
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Aug 26 09:54:50 2016 +0000

    #1214 Patch submitted r4440.  Thank You to Ondřej for reporting this and providing the patch.
---
 src/tags.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tags.cpp b/src/tags.cpp
index 1d4ce77..2e55679 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -2405,8 +2405,8 @@ namespace Exiv2 {
                 if (value.toRational(n).first != 0) break;
             }
             for (int i = 0; i < n + 1; ++i) {
-                const int32_t z = value.toRational(i).first;
-                const int32_t d = value.toRational(i).second;
+                const uint32_t z = (uint32_t) value.toRational(i).first;
+                const uint32_t d = (uint32_t) value.toRational(i).second;
                 if (d == 0)
                 {
                     os << "(" << value << ")";

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list