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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:35:56 UTC 2017


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

The following commit has been merged in the master branch:
commit ffa36d4a62e4cfb2e5afab1159d72580e695e454
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Mon Jan 19 17:03:57 2004 +0000

    Fix in the docu
---
 src/exif.hpp | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/src/exif.hpp b/src/exif.hpp
index dd4959e..bfe6cf9 100644
--- a/src/exif.hpp
+++ b/src/exif.hpp
@@ -21,7 +21,7 @@
 /*!
   @file    exif.hpp
   @brief   Encoding and decoding of %Exif data
-  @version $Name:  $ $Revision: 1.6 $
+  @version $Name:  $ $Revision: 1.7 $
   @author  Andreas Huggel (ahu)
            <a href="mailto:ahuggel at gmx.net">ahuggel at gmx.net</a>
   @date    09-Jan-03, ahu: created
@@ -473,10 +473,14 @@ namespace Exif {
             const char* typeName() const 
                 { return ExifTags::typeName(TypeId(type_)); }
 
-            int ifdIdx_;                        //!< Position in the IFD
-            uint16 tag_;                        //!< Tag
-            uint16 type_;                       //!< Type
-            uint32 count_;                      //!< Number of components
+            //! Position in the IFD
+            int ifdIdx_;
+            //! Tag
+            uint16 tag_;
+            //! Type
+            uint16 type_;
+            //! Number of components
+            uint32 count_;
             //! Offset from the start of the IFD
             uint32 offset_;
             //! Pointer to the data buffer

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list