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


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

The following commit has been merged in the master branch:
commit 6ef6c54bc30c9cfed7d8488c5f46b10c1a68d23c
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Mar 5 10:20:26 2009 +0000

    Fixed potential crash in Pentax makernote pretty-printing code (reported by Marijn Kampf)
---
 src/pentaxmn.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pentaxmn.cpp b/src/pentaxmn.cpp
index 4cb02b2..c6e8f4d 100644
--- a/src/pentaxmn.cpp
+++ b/src/pentaxmn.cpp
@@ -740,7 +740,7 @@ namespace Exiv2 {
                << " EV";
         }
 
-        if (value.size() == 2) {
+        if (value.count() == 2) {
             long l1 = value.toLong(1);
             long type;
             long range;

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list