[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:07 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=3478a05
The following commit has been merged in the master branch:
commit 3478a05df9d33f0310aa17ea6e95ea03b2849559
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Fri Dec 14 17:13:21 2007 +0000
Tweak
---
src/exif.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exif.cpp b/src/exif.cpp
index 32a8b84..08f759f 100644
--- a/src/exif.cpp
+++ b/src/exif.cpp
@@ -218,7 +218,7 @@ namespace Exiv2 {
for (long i = 0; i < sizes->count(); ++i) {
uint32_t size = sizes->toLong(i);
if (size > 0xffffffff - totalSize) return 1;
- totalSize += sizes->toLong(i);
+ totalSize += size;
}
DataBuf stripsBuf(totalSize);
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list