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


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

The following commit has been merged in the master branch:
commit d59197d2658798a4d95c130bfd9375ec8e4c1ff3
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Mon Jul 26 13:43:11 2004 +0000

    Removed unnecessary const
---
 src/image.cpp | 19 +++++++++----------
 src/image.hpp | 18 +++++++++---------
 2 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/src/image.cpp b/src/image.cpp
index 7e8cb3f..43fff74 100644
--- a/src/image.cpp
+++ b/src/image.cpp
@@ -20,7 +20,7 @@
  */
 /*
   File:      image.cpp
-  Version:   $Name:  $ $Revision: 1.19 $
+  Version:   $Name:  $ $Revision: 1.20 $
   Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
              Brad Schick (brad) <schick at robotbattle.com>
   History:   26-Jan-04, ahu: created
@@ -29,7 +29,7 @@
  */
 // *****************************************************************************
 #include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.19 $ $RCSfile: image.cpp,v $")
+EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.20 $ $RCSfile: image.cpp,v $")
 
 // *****************************************************************************
 // included header files
@@ -149,9 +149,10 @@ namespace Exiv2 {
     const char JpegBase::ps3Id_[]  = "Photoshop 3.0

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list