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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:42:23 UTC 2017


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

The following commit has been merged in the master branch:
commit 2d2a6bb8c3f0e0e9789a0de7cc7b30d60360302b
Author: vog <vog at notjusthosting.com>
Date:   Mon Jun 20 02:44:39 2011 +0000

    Fixed bug in "exiv2 -ix": When writing metadata failed, the exitcode was 0 instead of 1
    
    This issue occured only when reading metadata succeeded,
    but writing metadata failed.
---
 src/actions.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/actions.cpp b/src/actions.cpp
index f8699e5..dac4334 100644
--- a/src/actions.cpp
+++ b/src/actions.cpp
@@ -1876,6 +1876,7 @@ namespace {
         catch (const Exiv2::AnyError& e) {
             std::cerr << target <<
                 ": " << _("Could not write metadata to file") << ": " << e << "
";
+            return 1;
         }
 
         return 0;

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list