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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:37:24 UTC 2017


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

The following commit has been merged in the master branch:
commit 0c265b9656afdf4b70f6bb8b2b545bbf8e70a014
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed Jan 25 09:41:56 2006 +0000

    Fixed obscure MSVC compilation problem
---
 src/actions.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/actions.cpp b/src/actions.cpp
index 47b007e..1e49a97 100644
--- a/src/actions.cpp
+++ b/src/actions.cpp
@@ -1254,6 +1254,7 @@ namespace Action {
     } // Adjust::adjustDateTime
 
     int FixIso::run(const std::string& path)
+    {
     try {
         if (!Exiv2::fileExists(path, true)) {
             std::cerr << path
@@ -1302,6 +1303,7 @@ namespace Action {
         std::cerr << "Exiv2 exception in fixiso action for file " << path
                   << ":
" << e << "
";
         return 1;
+    }
     } // FixIso::run
 
     FixIso::AutoPtr FixIso::clone() const

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list