[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:46:27 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=3374201
The following commit has been merged in the master branch:
commit 3374201fddfc0b97401d1cf79655a044e78bbf38
Author: Robin Mills <robin at clanmills.com>
Date: Tue Apr 26 21:28:14 2016 +0000
#1180. Corrections to r4289.
---
src/tags.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/tags.cpp b/src/tags.cpp
index 6683670..e913651 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -1428,12 +1428,12 @@ namespace Exiv2 {
"sequence of images, where each image in the sequence has "
"a unique image identifier (including but not limited to file "
"name, frame number, date time, time code)."),
- ifd0Id, dngTags, signedRational, 1, printValue), // DNG tag
+ ifd0Id, dngTags, asciiString, -1, printValue), // DNG tag
TagInfo(0xc7a1, "CameraLabel", N_("CameraLabel"),
N_("The optional CameraLabel tag shall specify a text label "
"for how the camera is used or assigned in this clip. "
"This tag is similar to CameraLabel in XMP."),
- ifd0Id, dngTags, asciiString,-1, printValue), // DNG tag
+ ifd0Id, dngTags, asciiString, -1, printValue), // DNG tag
////////////////////////////////////////
// End of list marker
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list