[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:37:26 UTC 2017


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

The following commit has been merged in the master branch:
commit 7fd55c49289543755dfaa0b965613c9deca01184
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Fri Mar 10 08:30:55 2006 +0000

    Fixed MSVC compilation problem
---
 src/crwimage.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/crwimage.cpp b/src/crwimage.cpp
index 7814ae8..7a89949 100644
--- a/src/crwimage.cpp
+++ b/src/crwimage.cpp
@@ -1317,7 +1317,7 @@ namespace Exiv2 {
             }
             int32_t d = 0;
             if (edO != edEnd && edO->typeId() == unsignedShort) {
-                d = RotationMap::degrees(edO->toLong());
+                d = RotationMap::degrees(static_cast<uint16_t>(edO->toLong()));
             }
             l2Data(buf.pData_ + 12, d, pHead->byteOrder());
             pHead->add(pCrwMapping->crwTagId_, pCrwMapping->crwDir_, buf);

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list