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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:39:44 UTC 2017


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

The following commit has been merged in the master branch:
commit b8d7a650c885d9fbc1b19e1c51380c73f01b7405
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Sat Aug 30 21:06:59 2008 +0000

    compile with mingw32
---
 src/pngchunk.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pngchunk.cpp b/src/pngchunk.cpp
index d21f6c2..638e457 100644
--- a/src/pngchunk.cpp
+++ b/src/pngchunk.cpp
@@ -695,7 +695,7 @@ namespace Exiv2
         char          *dp=0;
         char          *text=0;
 
-        uint           allocated_length, description_length, text_length;
+        unsigned int   allocated_length, description_length, text_length;
 
         unsigned char  hex[16] = {'0','1','2','3','4','5','6','7','8','9','a','b','c','d','e','f'};
 
@@ -731,7 +731,7 @@ namespace Exiv2
         *dp++='
';
         *dp='

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list