From 3374201fddfc0b97401d1cf79655a044e78bbf38 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Tue, 26 Apr 2016 21:28:14 +0000 Subject: [PATCH] #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 66836708..e913651a 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