[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:44:21 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=fdd7e52
The following commit has been merged in the master branch:
commit fdd7e522e7f032ecb285c702310f0661718fcc35
Author: Robin Mills <robin at clanmills.com>
Date: Fri Sep 5 20:41:49 2014 +0000
Issue: 989 "Wrong key name in output of addmoddel sample". Thank You Thomas for the patch.
---
samples/addmoddel.cpp | 2 +-
test/data/addmoddel.out | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/samples/addmoddel.cpp b/samples/addmoddel.cpp
index 6fb9702..056790d 100644
--- a/samples/addmoddel.cpp
+++ b/samples/addmoddel.cpp
@@ -63,7 +63,7 @@ try {
std::string date = tag.toString();
date.replace(0, 4, "2000");
tag.setValue(date);
- std::cout << "Modified key \"" << key
+ std::cout << "Modified key \"" << tag.key()
<< "\", new value \"" << tag.value() << "\"
";
// Alternatively, we can use findKey()
diff --git a/test/data/addmoddel.out b/test/data/addmoddel.out
index 4934f1a..bdaf436 100644
--- a/test/data/addmoddel.out
+++ b/test/data/addmoddel.out
@@ -1,7 +1,7 @@
Added a few tags the quick way.
Added key "Exif.Photo.DateTimeOriginal", value "1999:12:31 23:59:59"
Added key "Exif.Image.PrimaryChromaticities", value "1/2 1/3 2/3 3/4"
-Modified key "Exif.Image.PrimaryChromaticities", new value "2000:12:31 23:59:59"
+Modified key "Exif.Photo.DateTimeOriginal", new value "2000:12:31 23:59:59"
Modified key "Exif.Image.PrimaryChromaticities", new value "1/2 1/3 88/77 3/4"
Deleted key "Exif.Image.PrimaryChromaticities"
0x0110 Image Model Ascii 7 Test 1
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list