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


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

The following commit has been merged in the master branch:
commit 31ef48f05d22f176f20c561a7ba509d881d774c6
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Jun 20 06:29:40 2004 +0000

    minor change
---
 src/image.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/image.cpp b/src/image.cpp
index da0788f..4e32e89 100644
--- a/src/image.cpp
+++ b/src/image.cpp
@@ -20,14 +20,14 @@
  */
 /*
   File:      image.cpp
-  Version:   $Name:  $ $Revision: 1.16 $
+  Version:   $Name:  $ $Revision: 1.17 $
   Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
   History:   26-Jan-04, ahu: created
              11-Feb-04, ahu: isolated as a component
  */
 // *****************************************************************************
 #include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.16 $ $RCSfile: image.cpp,v $")
+EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.17 $ $RCSfile: image.cpp,v $")
 
 // *****************************************************************************
 // included header files
@@ -256,7 +256,7 @@ namespace Exiv2 {
             marker = getUShort(tmpbuf, bigEndian);
             size = getUShort(tmpbuf + 2, bigEndian);
         }
-        // Todo: Should we return 0 here (no Exif data found)
+        // No Exif data found
         if (!(marker == app1_ && memcmp(tmpbuf + 4, exifId_, 6) == 0)) return 3;
         // Skip the rest of the Exif APP1 segment
         is.seekg(size - 8, std::ios::cur);

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list