[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:39:31 UTC 2017


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

The following commit has been merged in the master branch:
commit 6361c82013d310821c36c735f4830e2cb62bbfe1
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed Jun 4 10:06:09 2008 +0000

    Just some reminders added.
---
 src/convert.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/convert.cpp b/src/convert.cpp
index c9cc01e..c8f0a52 100644
--- a/src/convert.cpp
+++ b/src/convert.cpp
@@ -1036,6 +1036,7 @@ namespace Exiv2 {
 #endif
                 return;
             }
+            // Todo: Escape non-ASCII characters in XMP text values
             (*iptcData_)[to] = value;
             if (erase_) xmpData_->erase(pos);
             return;
@@ -1050,6 +1051,7 @@ namespace Exiv2 {
 #endif
                 continue;
             }
+            // Todo: Escape non-ASCII characters in XMP text values
             Iptcdatum id(IptcKey(to), 0);
             id.setValue(value);
             iptcData_->add(id);

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list