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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:27 UTC 2017


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

The following commit has been merged in the master branch:
commit a35193642769c875d1835d0866e82da0deba7d8a
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sat Jun 19 06:49:42 2004 +0000

    minor change
---
 src/tags.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/tags.cpp b/src/tags.cpp
index 5373fde..7b1ffd4 100644
--- a/src/tags.cpp
+++ b/src/tags.cpp
@@ -20,13 +20,13 @@
  */
 /*
   File:      tags.cpp
-  Version:   $Name:  $ $Revision: 1.27 $
+  Version:   $Name:  $ $Revision: 1.28 $
   Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
   History:   15-Jan-04, ahu: created
  */
 // *****************************************************************************
 #include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.27 $ $RCSfile: tags.cpp,v $")
+EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.28 $ $RCSfile: tags.cpp,v $")
 
 // *****************************************************************************
 // included header files
@@ -473,7 +473,7 @@ namespace Exiv2 {
     std::ostream& printFloat(std::ostream& os, const Value& value)
     {
         Rational r = value.toRational();
-        if (r.second != 0) return os << (float)r.first / r.second;
+        if (r.second != 0) return os << static_cast<float>(r.first) / r.second;
         return os << "(" << value << ")";
     } // printFloat
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list