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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:40:46 UTC 2017


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

The following commit has been merged in the master branch:
commit 215a4ce3396749f83cc552547e499683ce060ac5
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sat Oct 3 07:53:49 2009 +0000

    Initialize variables (valgrind complained).
---
 src/convert.cpp | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/convert.cpp b/src/convert.cpp
index 1785598..b14e2b8 100644
--- a/src/convert.cpp
+++ b/src/convert.cpp
@@ -1013,8 +1013,12 @@ namespace Exiv2 {
             return;
         }
 
-        double deg, min, sec;
-        char ref, sep1, sep2;
+        double deg = 0.0;
+        double min = 0.0;
+        double sec = 0.0;
+        char ref  = '

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list