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


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

The following commit has been merged in the master branch:
commit 27a9560e30bf2d1588dd1f6211dc5c0337b88c3a
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Tue Mar 9 04:28:01 2004 +0000

    Minor changes
---
 src/ifd.cpp | 8 ++++----
 src/ifd.hpp | 4 +++-
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/ifd.cpp b/src/ifd.cpp
index 0f2dadd..9d7fe89 100644
--- a/src/ifd.cpp
+++ b/src/ifd.cpp
@@ -20,14 +20,14 @@
  */
 /*
   File:      ifd.cpp
-  Version:   $Name:  $ $Revision: 1.6 $
+  Version:   $Name:  $ $Revision: 1.7 $
   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.6 $ $RCSfile: ifd.cpp,v $")
+EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.7 $ $RCSfile: ifd.cpp,v $")
 
 // *****************************************************************************
 // included header files
@@ -307,9 +307,9 @@ namespace Exif {
 
     void Ifd::clear()
     {
-        offset_ = 0;
-        next_ = 0;
         entries_.clear();
+        next_ = 0;
+        offset_ = 0;
     } // Ifd::clear
 
     void Ifd::add(const Entry& entry)
diff --git a/src/ifd.hpp b/src/ifd.hpp
index 9ccc3dd..d9e5e97 100644
--- a/src/ifd.hpp
+++ b/src/ifd.hpp
@@ -21,7 +21,7 @@
 /*!
   @file    ifd.hpp
   @brief   Encoding and decoding of IFD (Image File Directory) data
-  @version $Name:  $ $Revision: 1.8 $
+  @version $Name:  $ $Revision: 1.9 $
   @author  Andreas Huggel (ahu)
            <a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
   @date    09-Jan-04, ahu: created
@@ -43,6 +43,8 @@
 // namespace extensions
 namespace Exif {
 
+// *****************************************************************************
+// class declarations
     class MakerNote;
 
 // *****************************************************************************

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list