[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:49 UTC 2017


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

The following commit has been merged in the master branch:
commit 9886477e49b062f40f19a5b933492d9cb4aad9ce
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Tue Dec 7 16:45:04 2004 +0000

    Minor fix
---
 src/image.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/image.cpp b/src/image.cpp
index 78ecf5e..c369ac8 100644
--- a/src/image.cpp
+++ b/src/image.cpp
@@ -232,7 +232,7 @@ namespace Exiv2 {
 
     void JpegBase::setExifData(const byte* buf, long size)
     {
-        if (size > 0xffff) throw Error("Exif data too large");
+        if (size > 0xfffd) throw Error("Exif data too large");
         clearExifData();
         if (size) {
             sizeExifData_ = size;

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list