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


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

The following commit has been merged in the master branch:
commit c1ff9cd64c06fcbdfdbfcd94866652d26eba4709
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sat Feb 21 12:04:22 2004 +0000

    Strip all trailing 0s in AsciiValue::write
---
 src/value.cpp | 15 +++++----------
 src/value.hpp |  8 ++++----
 2 files changed, 9 insertions(+), 14 deletions(-)

diff --git a/src/value.cpp b/src/value.cpp
index d35ee84..8e5ebe3 100644
--- a/src/value.cpp
+++ b/src/value.cpp
@@ -20,14 +20,14 @@
  */
 /*
   File:      value.cpp
-  Version:   $Name:  $ $Revision: 1.2 $
+  Version:   $Name:  $ $Revision: 1.3 $
   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.2 $ $RCSfile: value.cpp,v $")
+EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.3 $ $RCSfile: value.cpp,v $")
 
 // *****************************************************************************
 // included header files
@@ -187,14 +187,9 @@ namespace Exif {
 
     std::ostream& AsciiValue::write(std::ostream& os) const
     {
-        // Strip trailing '

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list