[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:41:06 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=934c36a
The following commit has been merged in the master branch:
commit 934c36a5aebbe5465bca01e48ac52a7c62569ab7
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Thu Jan 14 02:51:19 2010 +0000
#572: Escape special characters in the JPEG comment (using the new function by Leo Sutic.
---
src/exiv2.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exiv2.cpp b/src/exiv2.cpp
index 1accca0..0203ed9 100644
--- a/src/exiv2.cpp
+++ b/src/exiv2.cpp
@@ -641,7 +641,7 @@ int Params::evalModify(int opt, const std::string& optarg)
case Action::modify:
case Action::extract:
case Action::insert:
- if (opt == 'c') jpegComment_ = optarg;
+ if (opt == 'c') jpegComment_ = parseEscapes(optarg);
if (opt == 'm') cmdFiles_.push_back(optarg); // parse the files later
if (opt == 'M') cmdLines_.push_back(optarg); // parse the commands later
break;
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list