[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:19 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=22366ad
The following commit has been merged in the master branch:
commit 22366ada23142e78143c2defcecdcdfeb77b50f4
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Mon May 10 13:12:18 2004 +0000
Changed user comment print function to truncate trailing 0s
---
src/tags.cpp | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/tags.cpp b/src/tags.cpp
index 4bcd7d9..5373fde 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -20,13 +20,13 @@
*/
/*
File: tags.cpp
- Version: $Name: $ $Revision: 1.26 $
+ Version: $Name: $ $Revision: 1.27 $
Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
History: 15-Jan-04, ahu: created
*/
// *****************************************************************************
#include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name: $ $Revision: 1.26 $ $RCSfile: tags.cpp,v $")
+EXIV2_RCSID("@(#) $Name: $ $Revision: 1.27 $ $RCSfile: tags.cpp,v $")
// *****************************************************************************
// included header files
@@ -771,15 +771,17 @@ namespace Exiv2 {
return os;
}
+ // Todo: Implement this properly
std::ostream& print0x9286(std::ostream& os, const Value& value)
{
if (value.size() > 8) {
DataBuf buf(value.size());
value.copy(buf.pData_, bigEndian);
- // Hack: Simply skip the leading 8-Byte character code and let
- // the stream handle the comment
+ // Hack: Skip the leading 8-Byte character code, truncate
+ // trailing '
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list