[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:02 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=8f4668a
The following commit has been merged in the master branch:
commit 8f4668a6e9be9f1b6435b5f3f64eee522db84ae4
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Tue Feb 10 09:25:09 2004 +0000
Added printing of the interpreted metadatum value
---
src/exif.cpp | 19 +-
src/exif.hpp | 8 +-
src/exifprint.cpp | 8 +-
src/exiftest.cpp | 7 +-
src/tags.cpp | 591 +++++++++++++++++++++++++++++++++++++++++-------------
src/tags.hpp | 70 ++++++-
6 files changed, 555 insertions(+), 148 deletions(-)
diff --git a/src/exif.cpp b/src/exif.cpp
index c1abc3e..c5f5578 100644
--- a/src/exif.cpp
+++ b/src/exif.cpp
@@ -20,13 +20,13 @@
*/
/*
File: exif.cpp
- Version: $Name: $ $Revision: 1.18 $
+ Version: $Name: $ $Revision: 1.19 $
Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
History: 26-Jan-04, ahu: created
*/
// *****************************************************************************
#include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name: $ $Revision: 1.18 $ $RCSfile: exif.cpp,v $")
+EXIV2_RCSID("@(#) $Name: $ $Revision: 1.19 $ $RCSfile: exif.cpp,v $")
// *****************************************************************************
// included header files
@@ -359,7 +359,14 @@ namespace Exif {
std::ostream& AsciiValue::write(std::ostream& os) const
{
- return os << value_;
+ // Strip trailing '
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list