[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:50 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=3706233
The following commit has been merged in the master branch:
commit 3706233c8dfd5841022f59a9cc5a2d9fcac17b71
Author: Robin Mills <robin at clanmills.com>
Date: Thu Sep 1 17:38:04 2016 +0000
#1074 Correction to r4457 to fix msvc build-breaker.
---
src/jpgimage.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/jpgimage.cpp b/src/jpgimage.cpp
index e1c4c3b..18e0686 100644
--- a/src/jpgimage.cpp
+++ b/src/jpgimage.cpp
@@ -1110,7 +1110,7 @@ namespace Exiv2 {
pad[1] = chunks;
pad[2] = 0;
pad[3] = 0;
- outIo.write((const byte *) iccId_, ::strlen(iccId_) + 1);
+ outIo.write((const byte *) iccId_,(long) ::strlen(iccId_) + 1);
outIo.write((const byte *) pad, sizeof(pad));
if (outIo.write(iccProfile_.pData_+ (chunk*chunk_size), bytes) != bytes)
throw Error(21);
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list