[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:35 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=701f8fc
The following commit has been merged in the master branch:
commit 701f8fc9bcf8fcf3dcd709eb24f119695cfcea08
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Sat Aug 21 15:57:57 2004 +0000
Minor change
---
src/value.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/value.cpp b/src/value.cpp
index 722e29a..2299018 100644
--- a/src/value.cpp
+++ b/src/value.cpp
@@ -20,7 +20,7 @@
*/
/*
File: value.cpp
- Version: $Name: $ $Revision: 1.12 $
+ Version: $Name: $ $Revision: 1.13 $
Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
History: 26-Jan-04, ahu: created
11-Feb-04, ahu: isolated as a component
@@ -28,7 +28,7 @@
*/
// *****************************************************************************
#include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name: $ $Revision: 1.12 $ $RCSfile: value.cpp,v $");
+EXIV2_RCSID("@(#) $Name: $ $Revision: 1.13 $ $RCSfile: value.cpp,v $");
// *****************************************************************************
// included header files
@@ -67,9 +67,6 @@ namespace Exiv2 {
case asciiString:
value = new AsciiValue;
break;
- case string:
- value = new StringValue;
- break;
case unsignedShort:
value = new ValueType<uint16>;
break;
@@ -94,6 +91,9 @@ namespace Exiv2 {
case signedRational:
value = new ValueType<Rational>;
break;
+ case string:
+ value = new StringValue;
+ break;
case date:
value = new DateValue;
break;
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list