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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:47:12 UTC 2017


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

The following commit has been merged in the master branch:
commit 67efb3446185db70f6d24999ca376c939e17857a
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Oct 13 12:05:39 2016 +0000

    #1243.  Correction to r4627
---
 src/image.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/image.cpp b/src/image.cpp
index 58c06be..fde1fac 100644
--- a/src/image.cpp
+++ b/src/image.cpp
@@ -651,7 +651,7 @@ namespace Exiv2 {
 
     std::string binaryToString(DataBuf& buf, size_t size, size_t start /*=0*/)
     {
-        if ( size > buf.size_ ) size = buf.size_;
+        if ( size > (size_t) buf.size_ ) size = (size_t) buf.size_;
         return binaryToString(buf.pData_,size,start);
     }
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list