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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:47:28 UTC 2017


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

The following commit has been merged in the master branch:
commit 307c9e266c0e7c647ef3b035d639cd24e9425d97
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Apr 6 05:25:39 2017 +0000

    #1286 Correction to r4752
---
 src/jpgimage.cpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/jpgimage.cpp b/src/jpgimage.cpp
index cf8b2a3..9afcb58 100644
--- a/src/jpgimage.cpp
+++ b/src/jpgimage.cpp
@@ -470,13 +470,12 @@ namespace Exiv2 {
                 // chunk/chunks are a single byte
                 // Spec 7.2 Profile bytes 0-3 size
                 uint32_t s = getULong(buf.pData_ + (2+14) , bigEndian);
-//#ifdef DEBUG
+#ifdef DEBUG
                 std::cerr << "Found ICC Profile chunk " << chunk
                           << " of "    << chunks
                           << (chunk==1 ? " size: " : "" ) << (chunk==1 ? s : 0)
                           << std::endl  ;
-//#endif
-
+#endif
                 io_->seek(-bufRead, BasicIo::cur); // back up to start of buffer (after marker)
                 io_->seek(    14+2, BasicIo::cur); // step header
                 // read in profile

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list