[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:40:13 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=51fa4f7
The following commit has been merged in the master branch:
commit 51fa4f7094be73bd1ba1c3208898a48fb258d072
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Mon Dec 15 15:16:33 2008 +0000
Fixed adjustment of tag data (digiKam bug 177457).
---
src/tiffvisitor.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tiffvisitor.cpp b/src/tiffvisitor.cpp
index 24511aa..c69789d 100644
--- a/src/tiffvisitor.cpp
+++ b/src/tiffvisitor.cpp
@@ -1423,7 +1423,7 @@ namespace Exiv2 {
<< static_cast<uint32_t>(pData + size - pLast_)
<< " Bytes; adjusting the size
";
#endif
- size = static_cast<uint32_t>(pLast_ - pData + 1);
+ size = static_cast<uint32_t>(pLast_ - pData);
// Todo: adjust count, make size a multiple of typeSize
}
}
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list