[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:29 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=6120234

The following commit has been merged in the master branch:
commit 6120234788bfe13ba2855b679db0b0af20aecf39
Author: HumanDynamo <caulier.gilles at gmail.com>
Date:   Thu Apr 22 06:40:15 2010 +0000

    fix sony makernotes routing
---
 src/tiffimage.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tiffimage.cpp b/src/tiffimage.cpp
index 3002d69..35dd600 100644
--- a/src/tiffimage.cpp
+++ b/src/tiffimage.cpp
@@ -1369,7 +1369,7 @@ namespace Exiv2 {
         {  Tag::all, Group::sony1cs2,  newTiffBinaryElement                      },
 
         // Sony2 makernote
-        {    0x0114, Group::sony1mn,   EXV_COMPLEX_BINARY_ARRAY(sony2CsSet, sonyCsSelector) },
+        {    0x0114, Group::sony2mn,   EXV_COMPLEX_BINARY_ARRAY(sony2CsSet, sonyCsSelector) },
         { Tag::next, Group::sony2mn,   newTiffDirectory<Group::ignr>             },
         {  Tag::all, Group::sony2mn,   newTiffEntry                              },
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list