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


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

The following commit has been merged in the master branch:
commit 90cc0b108108c07f0b75006f3e171def7bd02cc4
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sat Mar 6 06:35:50 2004 +0000

    Minor doc fix
---
 src/ifd.hpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/ifd.hpp b/src/ifd.hpp
index 2af3bb8..249f97d 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.3 $
+  @version $Name:  $ $Revision: 1.4 $
   @author  Andreas Huggel (ahu)
            <a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
   @date    09-Jan-04, ahu: created
@@ -250,11 +250,11 @@ namespace Exif {
         //! Set the offset of the next IFD
         void setNext(uint32 next) { next_ = next; }
         /*!
-          @brief Add the Entry to the IFD. No duplicate-check is performed, i.e.,
-                 it is possible to add multiple entries with the same tag.
-                 with the same tag already exists, the entry is overwritten. The
-                 memory allocation mode of the entry to be added must match that
-                 of the IFD and the IFD ids of the IFD and Entry must match.
+          @brief Add the Entry to the IFD. No duplicate-check is performed,
+                 i.e., it is possible to add multiple entries with the same tag.
+                 The memory allocation mode of the entry to be added must match
+                 that of the IFD and the IFD ids of the IFD and Entry must
+                 match.
          */
         void add(const Entry& entry);
         /*!

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list