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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:44:20 UTC 2017


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

The following commit has been merged in the master branch:
commit bacc024ed7919ba267be92937d397c7487e5475f
Author: nkbj <nkbj1970 at hotmail.com>
Date:   Sun Aug 31 05:16:53 2014 +0000

    I forgot to add error checking in r3341.
---
 src/olympusmn.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/olympusmn.cpp b/src/olympusmn.cpp
index 0736ac8..c570f62 100644
--- a/src/olympusmn.cpp
+++ b/src/olympusmn.cpp
@@ -1199,6 +1199,9 @@ namespace Exiv2 {
             if (l0 == 1) {
                 os << _("Auto");
             }
+            else {
+                return os << value;
+            }
         }
         else if (value.count() == 2) {
             short l0 = (short)value.toLong(0);

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list