[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:53 UTC 2017


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

The following commit has been merged in the master branch:
commit 5ea6544c6df4d31630c1b8d28cb4d8569a7a5ba4
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Jan 13 15:55:05 2005 +0000

    Fixed bug #407 (that was easier than I first thought)
---
 src/exif.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/exif.cpp b/src/exif.cpp
index e642764..0424036 100644
--- a/src/exif.cpp
+++ b/src/exif.cpp
@@ -277,6 +277,7 @@ namespace Exiv2 {
         long size = length->toLong();
         if (len < offset + size) return 2;
         format->setDataArea(buf + offset, size);
+        format->setValue("0");
         Ifd::iterator pos = ifd1.findTag(0x0201);
         assert(pos != ifd1.end());
         pos->setDataArea(buf + offset, size);

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list