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


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

The following commit has been merged in the master branch:
commit 2e790821a0e935a0e9f1e5268796ed4fcda0a372
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Sep 5 06:54:41 2004 +0000

    Changed ifdItem to ifdName in the output of Print::printInterpreted
---
 src/actions.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/actions.cpp b/src/actions.cpp
index 2086750..62086f6 100644
--- a/src/actions.cpp
+++ b/src/actions.cpp
@@ -20,13 +20,13 @@
  */
 /*
   File:      actions.cpp
-  Version:   $Name:  $ $Revision: 1.34 $
+  Version:   $Name:  $ $Revision: 1.35 $
   Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
   History:   08-Dec-03, ahu: created
  */
 // *****************************************************************************
 #include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.34 $ $RCSfile: actions.cpp,v $");
+EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.35 $ $RCSfile: actions.cpp,v $");
 
 // *****************************************************************************
 // included header files
@@ -434,7 +434,7 @@ namespace Action {
             std::cout << "0x" << std::setw(4) << std::setfill('0') << std::right
                       << std::hex << md->tag() << " " 
                       << std::setw(9) << std::setfill(' ') << std::left
-                      << md->ifdItem() << " "
+                      << md->ifdName() << " "
                       << std::setw(27) << std::setfill(' ') << std::left
                       << md->tagName() << " "
                       << std::dec << *md << "
";

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list