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


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

The following commit has been merged in the master branch:
commit 764f079dff15bb545f2e824513ac1bdca3066e11
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Oct 21 17:58:10 2016 +0000

    #1243 Fixing typo/build breaker.
---
 src/jp2image.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/jp2image.cpp b/src/jp2image.cpp
index f7eaaec..72277fa 100644
--- a/src/jp2image.cpp
+++ b/src/jp2image.cpp
@@ -653,7 +653,7 @@ namespace Exiv2
                     newlen = psize + iccProfile_.size_;
                 }
             } else {
-                ::memcpy(output.pData_s+outlen,boxBuf.pData_+inlen,subBox.length);
+                ::memcpy(output.pData_+outlen,boxBuf.pData_+inlen,subBox.length);
             }
 
             outlen += newlen;

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list