[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:38 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=1efd83b
The following commit has been merged in the master branch:
commit 1efd83bf049fa37599c4584dc42367fa747c7acd
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Sat Sep 18 16:28:15 2004 +0000
Minor cleanup
---
src/exif.cpp | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/exif.cpp b/src/exif.cpp
index 5cb2f63..e1d21e8 100644
--- a/src/exif.cpp
+++ b/src/exif.cpp
@@ -20,14 +20,14 @@
*/
/*
File: exif.cpp
- Version: $Name: $ $Revision: 1.59 $
+ Version: $Name: $ $Revision: 1.60 $
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.59 $ $RCSfile: exif.cpp,v $");
+EXIV2_RCSID("@(#) $Name: $ $Revision: 1.60 $ $RCSfile: exif.cpp,v $");
// Define DEBUG_MAKERNOTE to output debug information to std::cerr
#undef DEBUG_MAKERNOTE
@@ -1026,9 +1026,7 @@ namespace Exiv2 {
void ExifData::add(const ExifKey& key, Value* pValue)
{
- // Todo: Implement a more suitable ExifKey c'tor
- ExifKey k(key);
- add(Exifdatum(k, pValue));
+ add(Exifdatum(key, pValue));
}
void ExifData::add(const Exifdatum& exifdatum)
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list