[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:45:37 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=8e7a316
The following commit has been merged in the master branch:
commit 8e7a316ee4188a6f594266e7c31e369c51ecf6d3
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Sat Aug 22 06:44:23 2015 +0000
#1106 (#933): Fixed oversight that prevented writing Casio2 makernotes.
---
src/makernote.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/makernote.cpp b/src/makernote.cpp
index c796f03..17cec68 100644
--- a/src/makernote.cpp
+++ b/src/makernote.cpp
@@ -79,7 +79,8 @@ namespace Exiv2 {
{ "-", olympusId, 0, newOlympusMn2 },
{ "-", olympus2Id, 0, newOlympus2Mn2 },
{ "-", pentaxId, 0, newPentaxMn2 },
- { "-", pentaxDngId, 0, newPentaxDngMn2 }
+ { "-", pentaxDngId, 0, newPentaxDngMn2 },
+ { "-", casio2Id, 0, newCasio2Mn2 }
};
bool TiffMnRegistry::operator==(const std::string& key) const
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list