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


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

The following commit has been merged in the master branch:
commit 8ad06d6f176e99f422beaf7e59afda86e2095fcf
Author: Robin Mills <robin at clanmills.com>
Date:   Sat Aug 27 17:36:29 2016 +0000

    #1199 Fixing build-breaker when -DDEBUG is used.
---
 src/webpimage.cpp | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/src/webpimage.cpp b/src/webpimage.cpp
index f284910..2887158 100644
--- a/src/webpimage.cpp
+++ b/src/webpimage.cpp
@@ -586,12 +586,12 @@ namespace Exiv2 {
             } else if (equalsWebPTag(chunkId, WEBP_CHUNK_HEADER_EXIF)) {
                 io_->read(payload.pData_, payload.size_);
 
-                byte size_buff[2];
-                byte exifLongHeader[]   = { 0xFF, 0x01, 0xFF, 0xE1 };
-                byte exifShortHeader[]  = { 0x45, 0x78, 0x69, 0x66, 0x00, 0x00 };
-                byte exifTiffLEHeader[] = { 0x49, 0x49, 0x2A };       // "MM*"
-                byte exifTiffBEHeader[] = { 0x4D, 0x4D, 0x00, 0x2A }; // "II

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list