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


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

The following commit has been merged in the master branch:
commit bfd5a4d9749e4a8c90da4a9125876b02d027e85f
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Fri Apr 2 09:54:56 2004 +0000

    Added printStripLabel()
---
 src/sigmamn.cpp | 29 +++++++++++++++++++++++++----
 src/sigmamn.hpp |  4 +++-
 2 files changed, 28 insertions(+), 5 deletions(-)

diff --git a/src/sigmamn.cpp b/src/sigmamn.cpp
index 840fcbd..9acac25 100644
--- a/src/sigmamn.cpp
+++ b/src/sigmamn.cpp
@@ -20,7 +20,7 @@
  */
 /*
   File:      sigmamn.cpp
-  Version:   $Name:  $ $Revision: 1.1 $
+  Version:   $Name:  $ $Revision: 1.2 $
   Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
   History:   02-Apr-04, ahu: created
   Credits:   Sigma and Foveon MakerNote implemented according to the specification
@@ -29,7 +29,7 @@
  */
 // *****************************************************************************
 #include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.1 $ $RCSfile: sigmamn.cpp,v $")
+EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.2 $ $RCSfile: sigmamn.cpp,v $")
 
 // *****************************************************************************
 // included header files
@@ -85,7 +85,7 @@ namespace Exif {
         : IfdMakerNote(sigmaMnTagInfo, alloc), sectionName_("Sigma")
     {
         // My one and only Sigma sample has two undocumented extra bytes 
-        // (0x01, 0x00) after the ID string and before the start of the
+        // (0x01, 0x00) between the ID string and the start of the
         // Makernote IFD. Adding them to the ID string is a hack...
         prefix_ = std::string("SIGMA

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list