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


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

The following commit has been merged in the master branch:
commit ccd29216bc1b3cca2e60468b3a577bf45c3fdc39
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Feb 15 10:15:49 2004 +0000

    Minor change
---
 src/types.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/types.cpp b/src/types.cpp
index b800c75..71b00c0 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -20,14 +20,14 @@
  */
 /*
   File:      types.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: types.cpp,v $")
+EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.3 $ $RCSfile: types.cpp,v $")
 
 // *****************************************************************************
 // included header files
@@ -211,12 +211,12 @@ namespace Exif {
 
     void hexdump(std::ostream& os, const char* buf, long len)
     {
-        const std::string::size_type pos = 9 + 16 * 3; 
+        const std::string::size_type pos = 8 + 16 * 3 + 2; 
         const std::string align(pos, ' '); 
 
         long i = 0;
         while (i < len) {
-            os << "   " 
+            os << "  " 
                << std::setw(4) << std::setfill('0') << std::hex 
                << i << "  ";
             std::ostringstream ss;

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list