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


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

The following commit has been merged in the master branch:
commit 0a774bbe4dffff67d094c2dab8b11613c62d9dad
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Mar 18 16:07:33 2004 +0000

    Change to invalidTypeId
---
 src/value.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/value.cpp b/src/value.cpp
index 8e5ebe3..5aab28a 100644
--- a/src/value.cpp
+++ b/src/value.cpp
@@ -20,14 +20,14 @@
  */
 /*
   File:      value.cpp
-  Version:   $Name:  $ $Revision: 1.3 $
+  Version:   $Name:  $ $Revision: 1.4 $
   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.3 $ $RCSfile: value.cpp,v $")
+EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.4 $ $RCSfile: value.cpp,v $")
 
 // *****************************************************************************
 // included header files
@@ -53,8 +53,8 @@ namespace Exif {
     {
         Value* value = 0;
         switch (typeId) {
-        case invalid:
-            value = new DataValue(invalid);
+        case invalidTypeId:
+            value = new DataValue(invalidTypeId);
             break;
         case unsignedByte:
             value = new DataValue(unsignedByte);

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list