[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:47 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=fe6a016
The following commit has been merged in the master branch:
commit fe6a016957d48b10ca5e702f45e0b50b51a37beb
Author: Robin Mills <robin at clanmills.com>
Date: Thu Aug 25 19:41:20 2016 +0000
#922 Correction to r4434. Fixing another 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 e608ea8..f56546b 100644
--- a/src/jpgimage.cpp
+++ b/src/jpgimage.cpp
@@ -774,7 +774,7 @@ namespace Exiv2 {
if ( toggle++ % 2 ) std::cout << std::endl; else std::cout << ' ' ;
}
#endif
- uint32_t count = iptcDataSegs.size();
+ uint32_t count = (uint32_t) iptcDataSegs.size();
// figure out which blocks to copy
uint64_t* pos = new uint64_t[count+2];
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list